From: Amos Jeffries Date: Thu, 19 Mar 2009 12:28:22 +0000 (+1300) Subject: Typo in IPC X-Git-Tag: SQUID_3_2_0_1~1114 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26e75de29651aa07765f79bc2e8ff9e7750fea2b;p=thirdparty%2Fsquid.git Typo in IPC --- diff --git a/src/ipc.cc b/src/ipc.cc index d7f873fa17..aa699cd6b9 100644 --- a/src/ipc.cc +++ b/src/ipc.cc @@ -382,7 +382,7 @@ ipcCreate(int type, const char *prog, const char *const args[], const char *name close(x); #if HAVE_SETSID - if (opt_no_daemon) { + if (opt_no_daemon) setsid(); #endif