MODENDP-198

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12135 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2009-02-18 13:53:15 +00:00
parent d9ebedd130
commit 680f375cc2
3 changed files with 67 additions and 4 deletions
+1 -1
View File
@@ -1907,7 +1907,7 @@ static switch_status_t cmd_profile(char **argv, int argc, switch_stream_handle_t
if (!strcasecmp(argv[1], "killgw")) {
sofia_gateway_t *gateway_ptr;
if (argc < 2) {
if (argc < 3) {
stream->write_function(stream, "-ERR missing gw name\n");
goto done;
}