mmkay
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4217 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
be118eb28a
commit
403243980e
|
@ -192,7 +192,7 @@ SWITCH_DECLARE(void) switch_console_loop(void)
|
||||||
{
|
{
|
||||||
char hostname[256];
|
char hostname[256];
|
||||||
char cmd[2048];
|
char cmd[2048];
|
||||||
uint32_t activity = 1, running = 1;
|
int32_t activity = 1, running = 1;
|
||||||
switch_size_t x = 0;
|
switch_size_t x = 0;
|
||||||
|
|
||||||
gethostname(hostname, sizeof(hostname));
|
gethostname(hostname, sizeof(hostname));
|
||||||
|
|
Loading…
Reference in New Issue