]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed a typo that broke builds with no HAVE_SHM.
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 6 Oct 2011 22:25:28 +0000 (16:25 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 6 Oct 2011 22:25:28 +0000 (16:25 -0600)
src/ipc/mem/Segment.cc

index ca31f3ca0b2418ea859ea8c86aff8c376431d154..ef51693f60743f5d9cc99e6afca37eb32373b290 100644 (file)
@@ -267,7 +267,7 @@ Ipc::Mem::RegisteredRunner::run(const RunnerRegistry &r)
 #if HAVE_SHM
     if (IamMasterProcess())
 #else
-    if (IamWorker())
+    if (IamWorkerProcess())
 #endif
         create(r);