]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mmkay
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 13 Feb 2007 01:58:39 +0000 (01:58 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 13 Feb 2007 01:58:39 +0000 (01:58 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4217 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_console.c

index 607e90d28b03c061393d107f70a8f1ed6abf38d0..27e15e106efbd038764fe9a4c50b523a98a8924b 100644 (file)
@@ -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));