]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/DynamicGroupCfg.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / adaptation / DynamicGroupCfg.cc
index f5ebf4a3d779f5b348f459cdf08d4a81db2e7590..f4ca2531597378c2ab3451913308cbb2f94023e4 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #include "squid.h"
 
 #include "adaptation/DynamicGroupCfg.h"
@@ -18,5 +26,6 @@ void
 Adaptation::DynamicGroupCfg::clear()
 {
     id.clean();
-    services.clean();
+    services.clear();
 }
+