From: Michael Jerris Date: Tue, 15 Jan 2008 21:21:36 +0000 (+0000) Subject: don't keep looking when it can't find the user X-Git-Tag: v1.0-rc1~665 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca55a0113eeeb2258d18aa440ecf27d0748cce90;p=thirdparty%2Ffreeswitch.git 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 --- diff --git a/src/mod/applications/mod_voicemail/mod_voicemail.c b/src/mod/applications/mod_voicemail/mod_voicemail.c index 26dbd70414..381c1292bc 100644 --- a/src/mod/applications/mod_voicemail/mod_voicemail.c +++ b/src/mod/applications/mod_voicemail/mod_voicemail.c @@ -1577,7 +1577,7 @@ case VM_CHECK_AUTH: switch_safe_free(xtra); if (!ok) { - goto failed; + goto end; } }