--------------------- PatchSet 7160 Date: 2005/11/04 22:51:11 Author: hno Branch: negotiate-2_5 Tag: (none) Log: cachemgr config dump cleanup Members: src/auth/negotiate/auth_negotiate.c:1.1.2.7->1.1.2.8 Index: squid/src/auth/negotiate/auth_negotiate.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/negotiate/auth_negotiate.c,v retrieving revision 1.1.2.7 retrieving revision 1.1.2.8 diff -u -r1.1.2.7 -r1.1.2.8 --- squid/src/auth/negotiate/auth_negotiate.c 30 Oct 2005 09:15:33 -0000 1.1.2.7 +++ squid/src/auth/negotiate/auth_negotiate.c 4 Nov 2005 22:51:11 -0000 1.1.2.8 @@ -1,6 +1,6 @@ /* - * $Id: auth_negotiate.c,v 1.1.2.7 2005/10/30 09:15:33 serassio Exp $ + * $Id: auth_negotiate.c,v 1.1.2.8 2005/11/04 22:51:11 hno Exp $ * * DEBUG: section 29 Negotiate Authenticator * AUTHOR: Robert Collins @@ -140,7 +140,7 @@ } storeAppendPrintf(entry, "\n"); storeAppendPrintf(entry, "%s %s children %d\n", name, "negotiate", config->authenticateChildren); - storeAppendPrintf(entry, "%s %s keep_alive %d\n", name, "negotiate", config->keep_alive); + storeAppendPrintf(entry, "%s %s keep_alive %s\n", name, "negotiate", config->keep_alive ? "on" : "off"); } static void