From 1edc8d97c13e87e8f4c5156d1e823539dfae49d2 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 15 Dec 2009 00:27:01 +0000 Subject: [PATCH] tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15957 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_console.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/switch_console.c b/src/switch_console.c index 3dd667e847..557f487b65 100644 --- a/src/switch_console.c +++ b/src/switch_console.c @@ -1121,8 +1121,9 @@ SWITCH_DECLARE(void) switch_console_loop(void) char cmd[2048] = ""; int32_t activity = 1; + int x = 0; gethostname(hostname, sizeof(hostname)); - + while (running) { int32_t arg; #ifdef _MSC_VER