mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
cli issue fix
This commit is contained in:
@@ -196,10 +196,12 @@ switch_status_t mg_process_cli_cmd(const char *cmd, switch_stream_handle_t *stre
|
||||
goto usage;
|
||||
}
|
||||
|
||||
megaco_profile_release(profile);
|
||||
handle_term_status_cli_cmd(stream, profile, argv[3]);
|
||||
|
||||
|
||||
if(profile){
|
||||
megaco_profile_release(profile);
|
||||
handle_term_status_cli_cmd(stream, profile, argv[3]);
|
||||
} else {
|
||||
stream->write_function(stream, "-ERR No such profile\n");
|
||||
}
|
||||
|
||||
/**********************************************************************************/
|
||||
}else {
|
||||
@@ -237,6 +239,7 @@ switch_status_t mg_process_cli_cmd(const char *cmd, switch_stream_handle_t *stre
|
||||
usage:
|
||||
if(profile)
|
||||
megaco_profile_release(profile);
|
||||
|
||||
megaco_cli_print_usage(stream);
|
||||
|
||||
done:
|
||||
|
||||
Reference in New Issue
Block a user