--------------------- PatchSet 4740 Date: 2007/06/18 10:34:04 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Remove temp fix for Bug #1900 (HEAD fixed) Members: src/main.cc:1.42.4.15->1.42.4.16 Index: squid3/src/main.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/main.cc,v retrieving revision 1.42.4.15 retrieving revision 1.42.4.16 diff -u -r1.42.4.15 -r1.42.4.16 --- squid3/src/main.cc 18 Jun 2007 10:15:28 -0000 1.42.4.15 +++ squid3/src/main.cc 18 Jun 2007 10:34:04 -0000 1.42.4.16 @@ -1,6 +1,6 @@ /* - * $Id: main.cc,v 1.42.4.15 2007/06/18 10:15:28 amosjeffries Exp $ + * $Id: main.cc,v 1.42.4.16 2007/06/18 10:34:04 amosjeffries Exp $ * * DEBUG: section 1 Startup and Main Loop * AUTHOR: Harvest Derived @@ -1562,7 +1562,6 @@ if (WIFSIGNALED(status)) { switch (WTERMSIG(status)) { - case SIGTERM: case SIGKILL: exit(0); break;