summaryrefslogtreecommitdiff
path: root/source3/smbd/server_exit.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/smbd/server_exit.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/smbd/server_exit.c')
-rw-r--r--source3/smbd/server_exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/server_exit.c b/source3/smbd/server_exit.c
index 86a621f551..ab64b9c8a9 100644
--- a/source3/smbd/server_exit.c
+++ b/source3/smbd/server_exit.c
@@ -216,7 +216,7 @@ static void exit_server_common(enum server_exit_reason how,
DEBUG(3,("Server exit (%s)\n",
(reason ? reason : "normal exit")));
if (am_parent) {
- pidfile_unlink_s3();
+ pidfile_unlink_s3("smbd");
}
gencache_stabilize();
}