dont kill the context, we may need it when tearing down the runner (e.g. to get the time)

This commit is contained in:
jrandom
2004-06-30 04:11:59 +00:00
committed by zzz
parent 4058c63884
commit dcdcb7521a

View File

@@ -135,7 +135,6 @@ public class ClientConnectionRunner {
} }
_config = null; _config = null;
_manager = null; _manager = null;
_context = null;
} }
/** current client's config */ /** current client's config */