git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4217 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-02-13 01:58:39 +00:00
parent be118eb28a
commit 403243980e
1 changed files with 1 additions and 1 deletions

View 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));