From 403243980ee3e41353294290d353c35785ac3a37 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 13 Feb 2007 01:58:39 +0000 Subject: [PATCH] mmkay git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4217 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));