X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fmain.c;h=37372703cb8d2820c3eb6e551558e26088629a08;hb=c4aa9572a98ff7a31733af5228256daae503cbba;hp=0693a3da69425d212805b042f2b5c2c84233d018;hpb=2559e0776f70ab4a97e0edc08f5528ef221d86a3;p=doldaconnect.git diff --git a/daemon/main.c b/daemon/main.c index 0693a3d..3737270 100644 --- a/daemon/main.c +++ b/daemon/main.c @@ -1,6 +1,6 @@ /* * Dolda Connect - Modular multiuser Direct Connect-style client - * Copyright (C) 2004 Fredrik Tolf (fredrik@dolda2000.com) + * Copyright (C) 2004 Fredrik Tolf * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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