summaryrefslogtreecommitdiff
path: root/nDPId.c
diff options
context:
space:
mode:
Diffstat (limited to 'nDPId.c')
-rw-r--r--nDPId.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nDPId.c b/nDPId.c
index ed7363236..d78852e9e 100644
--- a/nDPId.c
+++ b/nDPId.c
@@ -1957,7 +1957,7 @@ static int start_reader_threads(void)
openlog("nDPId", LOG_CONS | (log_to_stderr != 0 ? LOG_PERROR : 0), LOG_DAEMON);
errno = 0;
- if (change_user_group(user, group) != 0)
+ if (change_user_group(user, group, pidfile, NULL, NULL) != 0)
{
if (errno != 0)
{