]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/ntlmauth/support_bits.cci
Maintenance: Removed most NULLs using modernize-use-nullptr (#1075)
[thirdparty/squid.git] / lib / ntlmauth / support_bits.cci
index f60771bccbdb90d1d30365791dab43bac505fe42..5dd99272dc7a1c323e1347fa514fabe3053e05bb 100644 (file)
@@ -98,9 +98,9 @@ hex_dump(unsigned char *data, int size)
     }
 
     if (0) { //temporary hack to keep the linker happy
-        uc(NULL);
-        lc(NULL);
-        hex_dump(NULL,0);
+        uc(nullptr);
+        lc(nullptr);
+        hex_dump(nullptr,0);
     }
 
 }