]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/stub_debug.cc
Maintenance: Removed most NULLs using modernize-use-nullptr (#1075)
[thirdparty/squid.git] / src / tests / stub_debug.cc
index 3180639c88e0b8194de97314684ed2a380b941aa..a0defe257ab186d49c4a586ebd172d13f7edc28b 100644 (file)
@@ -20,7 +20,7 @@
 #include "tests/STUB.h"
 
 char *Debug::debugOptions;
-char *Debug::cache_log= NULL;
+char *Debug::cache_log= nullptr;
 int Debug::rotateNumber = 0;
 int Debug::Levels[MAX_DEBUG_SECTIONS];
 int Debug::override_X = 0;