]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/libTrie/TrieNode.h
Maintenance: Removed most NULLs using modernize-use-nullptr (#1075)
[thirdparty/squid.git] / lib / libTrie / TrieNode.h
index 2904993cea752167fc276fc41653567fa73c1adf..4b055bb035edc896d7b8b4ca05c67152b75df906 100644 (file)
@@ -75,7 +75,7 @@ TrieNode::find (char const *aString, size_t theLength, TrieCharTransform *transf
         if (prefix)
             return _privateData;
 
-        return NULL;
+        return nullptr;
     } else {
         /* terminal node */
         return _privateData;