From 4cf06dbbcb8522be5fa069976c8f361fc874039f Mon Sep 17 00:00:00 2001 From: Nicola Ruggero Date: Wed, 3 Nov 2010 16:59:26 +0100 Subject: Major code cleanup: - Initialized and zeroed out local variables - Check for some null pointers - Fixed some typos - Other minor changes (beautify, etc.) --- xrdp/xrdp_process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xrdp/xrdp_process.c') diff --git a/xrdp/xrdp_process.c b/xrdp/xrdp_process.c index 0971804f..905db928 100644 --- a/xrdp/xrdp_process.c +++ b/xrdp/xrdp_process.c @@ -133,7 +133,7 @@ xrdp_process_main_loop(struct xrdp_process* self) int robjs_count; int wobjs_count; int cont; - int timeout; + int timeout = 0; tbus robjs[32]; tbus wobjs[32]; tbus term_obj; -- cgit v1.2.3