]> git.ipfire.org Git - thirdparty/squid.git/commit
Remove infinite loop in MSNT auth helper
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 23 May 2009 04:48:46 +0000 (16:48 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 23 May 2009 04:48:46 +0000 (16:48 +1200)
commit8bab6e74ac3e616f8bd73335af9fae3716b7d809
treeebbca2231539d77332fc0615b0639278cca9b8f9
parentb4c046f29792c73017d09c8b6ac604ecb35d26ad
Remove infinite loop in MSNT auth helper

On one starting error condition the helper enters a read loop
without exit conditions. Made this exit when read was done
and shutdown helper as per behavior comment by the loop.

Also removes one useless goto.
helpers/basic_auth/MSNT/msntauth.c