From 48c487719424af2fe390d39ec2c7bf42999ffe2b Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 22 Jan 2002 00:35:05 +0000 Subject: Call pidfile_create() as part of init sequence. (This used to be commit fa05a7de6d2311293242825dc98596d8e42c6249) --- source3/nsswitch/winbindd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index ee373c7101..39a95bc724 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -720,7 +720,10 @@ int main(int argc, char **argv) exit(1); } + pidfile_create("winbindd"); + /* Setup names. */ + if (!*global_myname) { char *p; -- cgit