]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Jump logic was backwards: goto returns 0 if it succeeds, and we should jump if authe...
authorTilghman Lesher <tilghman@meg.abyt.es>
Fri, 8 Sep 2006 16:06:17 +0000 (16:06 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Fri, 8 Sep 2006 16:06:17 +0000 (16:06 +0000)
commitec7535bba2a2708cd4ff806d95f0ba6e8fe5e9fd
tree4cd39d91d9a86c39f21157fd48713dff5b1c1ac6
parenta4e28347fea9bc9eea502e8fddfea3021c04a891
Jump logic was backwards:  goto returns 0 if it succeeds, and we should jump if authentication fails.  (Bug #7907)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@42421 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_authenticate.c