--------------------- PatchSet 1221 Date: 2001/01/09 14:42:09 Author: rbcollins Branch: auth_rewrite Tag: (none) Log: fix a race with OnCloseConnection Members: src/main.c:1.1.1.3.4.1.2.12.2.7->1.1.1.3.4.1.2.12.2.8 Index: squid/src/main.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/main.c,v retrieving revision 1.1.1.3.4.1.2.12.2.7 retrieving revision 1.1.1.3.4.1.2.12.2.8 diff -u -r1.1.1.3.4.1.2.12.2.7 -r1.1.1.3.4.1.2.12.2.8 --- squid/src/main.c 8 Jan 2001 00:14:57 -0000 1.1.1.3.4.1.2.12.2.7 +++ squid/src/main.c 9 Jan 2001 14:42:09 -0000 1.1.1.3.4.1.2.12.2.8 @@ -1,6 +1,6 @@ /* - * $Id: main.c,v 1.1.1.3.4.1.2.12.2.7 2001/01/08 00:14:57 hno Exp $ + * $Id: main.c,v 1.1.1.3.4.1.2.12.2.8 2001/01/09 14:42:09 rbcollins Exp $ * * DEBUG: section 1 Startup and Main Loop * AUTHOR: Harvest Derived @@ -713,7 +713,6 @@ idnsShutdown(); #endif redirectShutdown(); - authenticateShutdown(); eventAdd("SquidShutdown", SquidShutdown, NULL, (double) (wait + 1), 1); } eventRun(); @@ -939,6 +938,7 @@ #endif releaseServerSockets(); commCloseAllSockets(); + authenticateShutdown(); #if USE_UNLINKD unlinkdClose(); #endif