提交 59c89820 authored 作者: Christopher Rienzo's avatar Christopher Rienzo

Fix minor oops on FS-4840

上级 60630274
......@@ -2668,7 +2668,7 @@ static switch_status_t list_profiles(const char *line, const char *cursor, switc
}
} else if (!strncmp("dl_login", line, 8)) {
if (!switch_test_flag(profile, TFLAG_IO)) {
char *profile_name = switch_mprintf("%s%s", "profile=", profile->name);
char *profile_name = switch_mprintf("profile=%s", profile->name);
switch_console_push_match(&my_matches, profile_name);
free(profile_name);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论