fix case where you login freeswitch/works

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16951 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2010-03-09 04:02:01 +00:00
parent d08a8309e0
commit da2660a23f
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,7 @@ static abyss_bool is_authorized(const TSession * r, const char *command)
}
if (!zstr(globals.realm) && !zstr(globals.user) && !strcmp(user, globals.user)) {
ok = 1;
goto end;
}