提交 e84c964f authored 作者: Nathan Neulinger's avatar Nathan Neulinger

mod_skinny: pointless check CID 1060963

上级 bea603b7
......@@ -112,7 +112,7 @@ switch_status_t skinny_create_incoming_session(listener_t *listener, uint32_t *l
skinny_line_get(listener, *line_instance_p, &button);
if (!button || !button->shortname) {
if (!button || !button->shortname[0]) {
skinny_log_l(listener, SWITCH_LOG_CRIT, "Line %d not found on device\n", *line_instance_p);
goto error;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论