]> git.ipfire.org Git - thirdparty/squid.git/commit
Straighten out AuthUserHashPointer code
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 25 Apr 2010 06:06:49 +0000 (18:06 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 25 Apr 2010 06:06:49 +0000 (18:06 +1200)
commit427cb33ad412e7b32219592b2139b512a19a22e0
treebbb6c2084d903d7f41990cfdb767dbfec5686806
parent08acdd0829231fce2892b5ee7096d8260a717fbe
Straighten out AuthUserHashPointer code

* AuthserHashPointer is a 'temporary' type which may only be stored by the
  username hash table. Remove a unused pointer to it in AuthUser.

* Removes a duplicate walk of the username hash table on reconfigure.

* Removes several useless functions.
src/auth/Gadgets.cc
src/auth/Gadgets.h
src/auth/User.cc
src/auth/User.h
src/main.cc