]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/NoteData.cc
Maintenance: Removed most NULLs using modernize-use-nullptr (#1075)
[thirdparty/squid.git] / src / acl / NoteData.cc
index 7e2f6cb55ad000096ca98c73f470f2e07c6f0357..428b94599aad649c8560276d077157af9b403603 100644 (file)
@@ -48,7 +48,7 @@ void
 ACLNoteData::parse()
 {
     char* t = ConfigParser::strtokFile();
-    assert (t != NULL);
+    assert (t != nullptr);
     name = t;
     values->parse();
 }