]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Cosmetic fix: added missing newline in WCCPv2 configuration dump.
authorserassio <>
Sat, 7 Apr 2007 16:01:50 +0000 (16:01 +0000)
committerserassio <>
Sat, 7 Apr 2007 16:01:50 +0000 (16:01 +0000)
src/wccp2.cc

index 9a29b4b1ab8baa68973719cfec09993f981b4c43..82050ed63a490f0cc42a4846feebd3cbbac2c6dd 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: wccp2.cc,v 1.13 2006/12/24 15:24:12 serassio Exp $
+ * $Id: wccp2.cc,v 1.14 2007/04/07 10:01:50 serassio Exp $
  *
  * DEBUG: section 80    WCCP Support
  * AUTHOR: Steven Wilton
@@ -2050,6 +2050,8 @@ dump_wccp2_service(StoreEntry * e, const char *label, void *v)
             storeAppendPrintf(e, " %s", srv->wccp_password);
         }
 
+        storeAppendPrintf(e, "\n");
+
         srv = srv->next;
     }
 }