diff options
author | Tim Potter <tpot@samba.org> | 2002-01-22 00:35:05 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-01-22 00:35:05 +0000 |
commit | 48c487719424af2fe390d39ec2c7bf42999ffe2b (patch) | |
tree | 88cfb39f3a18a2c97687434ea5dac58992a12d2e | |
parent | 50648ac3cc165e37300f4a889fa05ee35384793d (diff) | |
download | samba-48c487719424af2fe390d39ec2c7bf42999ffe2b.tar.gz samba-48c487719424af2fe390d39ec2c7bf42999ffe2b.tar.bz2 samba-48c487719424af2fe390d39ec2c7bf42999ffe2b.zip |
Call pidfile_create() as part of init sequence.
(This used to be commit fa05a7de6d2311293242825dc98596d8e42c6249)
-rw-r--r-- | source3/nsswitch/winbindd.c | 3 |
1 files changed, 3 insertions, 0 deletions
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; |