]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mgr/InfoAction.cc
Maintenance: Removed most NULLs using modernize-use-nullptr (#1075)
[thirdparty/squid.git] / src / mgr / InfoAction.cc
index fdc3ac2866dec3fb41cdb4317cb53b5a7a17d91d..8f46544cf1b214a12ddd71e7f12071120ea96ec0 100644 (file)
@@ -140,7 +140,7 @@ void
 Mgr::InfoAction::dump(StoreEntry* entry)
 {
     debugs(16, 5, MYNAME);
-    Must(entry != NULL);
+    Must(entry != nullptr);
 
 #if XMALLOC_STATISTICS
     if (UsingSmp())