summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2012-07-19 16:08:49 -0700
committerJeremy Allison <jra@samba.org>2012-07-19 16:08:49 -0700
commit0d24370c76002bb9db91f23e74f887805b070304 (patch)
tree39827a78c045ef5155b4aa7f724898db93f796c3 /source3/winbindd/winbindd.c
parent3e476e184dc388677012778ca1d422273db76af6 (diff)
downloadsamba-0d24370c76002bb9db91f23e74f887805b070304.tar.gz
samba-0d24370c76002bb9db91f23e74f887805b070304.tar.bz2
samba-0d24370c76002bb9db91f23e74f887805b070304.zip
Make the s3 pidfile use the common code inside lib/util/pidfile.c
Diffstat (limited to 'source3/winbindd/winbindd.c')
-rw-r--r--source3/winbindd/winbindd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
index dfbcf13eb4..c2ac2e0032 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -184,7 +184,7 @@ static void terminate(bool is_parent)
if (is_parent) {
serverid_deregister(procid_self());
- pidfile_unlink_s3();
+ pidfile_unlink_s3("winbindd");
}
exit(0);