--------------------- PatchSet 1416 Date: 2001/01/29 12:32:34 Author: rbcollins Branch: auth_rewrite Tag: (none) Log: fix for rotate Members: src/authenticate.c:1.1.1.3.12.17.2.34->1.1.1.3.12.17.2.35 Index: squid/src/authenticate.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/authenticate.c,v retrieving revision 1.1.1.3.12.17.2.34 retrieving revision 1.1.1.3.12.17.2.35 diff -u -r1.1.1.3.12.17.2.34 -r1.1.1.3.12.17.2.35 --- squid/src/authenticate.c 29 Jan 2001 10:16:15 -0000 1.1.1.3.12.17.2.34 +++ squid/src/authenticate.c 29 Jan 2001 12:32:34 -0000 1.1.1.3.12.17.2.35 @@ -1,6 +1,6 @@ /* - * $Id: authenticate.c,v 1.1.1.3.12.17.2.34 2001/01/29 10:16:15 rbcollins Exp $ + * $Id: authenticate.c,v 1.1.1.3.12.17.2.35 2001/01/29 12:32:34 rbcollins Exp $ * * DEBUG: section 29 Authenticator * AUTHOR: Duane Wessels @@ -401,7 +401,7 @@ authscheme_list[i].donefunc(); else debug(29, 2) ("authenticateShutdown: scheme %s has not registered a shutdown function.\n", authscheme_list[i].typestr); - if (!reconfiguring) + if (shutting_down) authscheme_list[i].typestr = NULL; } }