--------------------- PatchSet 11377 Date: 2007/04/17 09:40:59 Author: hno Branch: SQUID_2_6 Tag: (none) Log: Author: serassio MFC: Cosmetic fix: added missing newline in WCCPv2 configuration dump. Members: src/wccp2.c:1.30->1.30.2.1 Index: squid/src/wccp2.c =================================================================== RCS file: /cvsroot/squid/squid/src/wccp2.c,v retrieving revision 1.30 retrieving revision 1.30.2.1 diff -u -r1.30 -r1.30.2.1 --- squid/src/wccp2.c 7 Dec 2006 22:32:22 -0000 1.30 +++ squid/src/wccp2.c 17 Apr 2007 09:40:59 -0000 1.30.2.1 @@ -1,6 +1,6 @@ /* - * $Id: wccp2.c,v 1.30 2006/12/07 22:32:22 adrian Exp $ + * $Id: wccp2.c,v 1.30.2.1 2007/04/17 09:40:59 hno Exp $ * * DEBUG: section 80 WCCP Support * AUTHOR: Steven WIlton @@ -1629,6 +1629,7 @@ if (srv->wccp2_security_type == WCCP2_MD5_SECURITY) { storeAppendPrintf(e, " %s", srv->wccp_password); } + storeAppendPrintf(e, "\n"); srv = srv->next; } }