mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 08:49:01 +00:00
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:
parent
1f8462c4a8
commit
ca55a0113e
@ -1577,7 +1577,7 @@ case VM_CHECK_AUTH:
|
|||||||
switch_safe_free(xtra);
|
switch_safe_free(xtra);
|
||||||
|
|
||||||
if (!ok) {
|
if (!ok) {
|
||||||
goto failed;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user