]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mgr/Response.cc
Maintenance: Removed most NULLs using modernize-use-nullptr (#1075)
[thirdparty/squid.git] / src / mgr / Response.cc
index 545fcb2cc4682faa9225ccc77bc41202ab4b045c..ca7199300db7c0c826a84d9dc35e52d5014b2156 100644 (file)
@@ -60,7 +60,7 @@ Mgr::Response::clone() const
 bool
 Mgr::Response::hasAction() const
 {
-    return action != NULL;
+    return action != nullptr;
 }
 
 const Mgr::Action&