提交 142374ea authored 作者: Jeff Lenk's avatar Jeff Lenk

mod_enum windows fix for last commit

上级 1a586474
...@@ -163,7 +163,7 @@ static switch_status_t load_config(void) ...@@ -163,7 +163,7 @@ static switch_status_t load_config(void)
done: done:
#ifdef _MSC_VER #ifdef _MSC_VER
if (!globals.server) { if (!globals.nameserver[0]) {
HKEY hKey; HKEY hKey;
DWORD data_sz; DWORD data_sz;
char* buf; char* buf;
...@@ -183,7 +183,7 @@ static switch_status_t load_config(void) ...@@ -183,7 +183,7 @@ static switch_status_t load_config(void)
buf[data_sz] = 0; buf[data_sz] = 0;
} }
switch_replace_char(buf, ' ', 0, SWITCH_FALSE); /* only use the first entry ex "192.168.1.1 192.168.1.2" */ switch_replace_char(buf, ' ', 0, SWITCH_FALSE); /* only use the first entry ex "192.168.1.1 192.168.1.2" */
globals.server = buf; globals.nameserver[0] = buf;
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论