--------------------- PatchSet 11366 Date: 2007/04/07 10:02:23 Author: serassio Branch: HEAD Tag: (none) Log: Cosmetic fix: added missing newline in WCCPv2 configuration dump. Members: src/wccp2.c:1.30->1.31 Index: squid/src/wccp2.c =================================================================== RCS file: /cvsroot/squid/squid/src/wccp2.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- squid/src/wccp2.c 7 Dec 2006 22:32:22 -0000 1.30 +++ squid/src/wccp2.c 7 Apr 2007 10:02:23 -0000 1.31 @@ -1,6 +1,6 @@ /* - * $Id: wccp2.c,v 1.30 2006/12/07 22:32:22 adrian Exp $ + * $Id: wccp2.c,v 1.31 2007/04/07 10:02:23 serassio 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; } }