--------------------- PatchSet 1245 Date: 2001/01/10 07:24:15 Author: rbcollins Branch: auth_digest Tag: (none) Log: shutdown tidyup Members: src/auth/digest/auth_digest.c:1.1.2.15->1.1.2.16 Index: squid/src/auth/digest/auth_digest.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/digest/auth_digest.c,v retrieving revision 1.1.2.15 retrieving revision 1.1.2.16 diff -u -r1.1.2.15 -r1.1.2.16 --- squid/src/auth/digest/auth_digest.c 10 Jan 2001 04:32:14 -0000 1.1.2.15 +++ squid/src/auth/digest/auth_digest.c 10 Jan 2001 07:24:15 -0000 1.1.2.16 @@ -442,6 +442,9 @@ void authDigestUserShutdown() { + /* + * Future work: the auth framework could flush it's cache + */ auth_user_hash_pointer *usernamehash; auth_user_t *auth_user; hash_first(proxy_auth_username_cache); @@ -449,9 +452,7 @@ auth_user = usernamehash->auth_user; if (strcmp(authscheme_list[auth_user->auth_module-1].typestr,"digest")==0) /* it's digest */ - { authenticateAuthUserUnlock(auth_user); - } } if (digest_user_pool) {