]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/icap/Launcher.cc
Maintenance: Removed most NULLs using modernize-use-nullptr (#1075)
[thirdparty/squid.git] / src / adaptation / icap / Launcher.cc
index 9d5d8d7a5a01a93edfeb9d3db227541c05bf94e7..9368a24c846b658cfee1427ab8a2c8359ec70333 100644 (file)
@@ -23,7 +23,7 @@ Adaptation::Icap::Launcher::Launcher(const char *aTypeName,
                                      Adaptation::ServicePointer &aService):
     AsyncJob(aTypeName),
     Adaptation::Initiate(aTypeName),
-    theService(aService), theXaction(0), theLaunches(0)
+    theService(aService), theXaction(nullptr), theLaunches(0)
 {
 }