]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 5 Jun 2013 00:13:22 +0000 (18:13 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 5 Jun 2013 00:13:22 +0000 (18:13 -0600)
src/main.cc

index 7e2ae37989b15ad40650e4201eac9e1c18dd9200..86f2d87fe768cf46d752c8a956f939f3a50f837b 100644 (file)
@@ -962,7 +962,7 @@ mainSetCwd(void)
         chrooted = true;
 
         if (chroot(Config.chroot_dir) != 0);
-            fatal("failed to chroot");
+        fatal("failed to chroot");
 
         strncpy(pathbuf, "/", sizeof(pathbuf)-1);
     }