提交 efc173e1 authored 作者: William King's avatar William King

FS-8316 resolving the build warnings in one more module

上级 dbddff88
...@@ -357,7 +357,7 @@ SWITCH_STANDARD_API(easyroute_function) ...@@ -357,7 +357,7 @@ SWITCH_STANDARD_API(easyroute_function)
} }
} }
if (!route_lookup(destnum, &results, noat, separator) == SWITCH_STATUS_SUCCESS) { if (route_lookup(destnum, &results, noat, separator) != SWITCH_STATUS_SUCCESS) {
stream->write_function(stream, "No Match!\n"); stream->write_function(stream, "No Match!\n");
status = SWITCH_STATUS_SUCCESS; status = SWITCH_STATUS_SUCCESS;
goto done; goto done;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论