don't keep looking when it can't find the user

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7243 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-01-15 21:21:36 +00:00
parent 1f8462c4a8
commit ca55a0113e
1 changed files with 1 additions and 1 deletions

View File

@ -1577,7 +1577,7 @@ case VM_CHECK_AUTH:
switch_safe_free(xtra);
if (!ok) {
goto failed;
goto end;
}
}