From: Anthony Minessale Date: Tue, 13 Feb 2007 01:58:39 +0000 (+0000) Subject: mmkay X-Git-Tag: v1.0-beta1~1151 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=403243980ee3e41353294290d353c35785ac3a37;p=thirdparty%2Ffreeswitch.git mmkay git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4217 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_console.c b/src/switch_console.c index 607e90d28b..27e15e106e 100644 --- a/src/switch_console.c +++ b/src/switch_console.c @@ -192,7 +192,7 @@ SWITCH_DECLARE(void) switch_console_loop(void) { char hostname[256]; char cmd[2048]; - uint32_t activity = 1, running = 1; + int32_t activity = 1, running = 1; switch_size_t x = 0; gethostname(hostname, sizeof(hostname));