]> git.meshlink.io Git - meshlink/blobdiff - src/process.c
- Let user choose whether keys are in the config files or separate
[meshlink] / src / process.c
index 695f1f7ed9a757d7239c522f51839b02a075aa8e..01ca31e1525f3a1cc3caac50ee2f68b7f2dbf8ef 100644 (file)
@@ -17,7 +17,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: process.c,v 1.1.2.17 2000/11/28 08:59:27 zarq Exp $
+    $Id: process.c,v 1.1.2.18 2001/01/05 23:53:51 guus Exp $
 */
 
 #include "config.h"
@@ -159,6 +159,8 @@ cp
 
   /* If we succeeded in doing that, detach */
 
+  closelog();
+
   if(do_detach)
     {
       if(daemon(0, 0) < 0)