]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ExternalACLEntry.cc
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / ExternalACLEntry.cc
index 18c39db24ad4008668aca7d4439383d6f2f4cdd4..61c3d372729081e6cfd6e4ca352e43fa12444d56 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -37,7 +37,7 @@ ExternalACLEntry::update(ExternalACLEntryData const &someData)
     result = someData.result;
 
     // replace all notes. not combine
-    notes.entries.clear();
+    notes.clear();
     notes.append(&someData.notes);
 
 #if USE_AUTH