X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fmain.c;h=4bded58a17e426031bad5659f962bc71110c302a;hb=1001e9965d257861e5ee75b62c59cc42659b0671;hp=0693a3da69425d212805b042f2b5c2c84233d018;hpb=071ecf131bff73dd4456e4cc2c775ce7af335289;p=doldaconnect.git diff --git a/daemon/main.c b/daemon/main.c index 0693a3d..4bded58 100644 --- a/daemon/main.c +++ b/daemon/main.c @@ -304,7 +304,7 @@ pid_t forksess(uid_t user, struct authhandle *auth, void (*ccbfunc)(pid_t, int, close(i); } } - setpgrp(); + setpgid(0, 0); signal(SIGHUP, SIG_IGN); errno = 0; #ifdef HAVE_KEYUTILS