提交 40324398 authored 作者: Anthony Minessale's avatar Anthony Minessale

mmkay

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4217 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 be118eb2
...@@ -192,7 +192,7 @@ SWITCH_DECLARE(void) switch_console_loop(void) ...@@ -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));
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论