diff options
author | Jeremy Allison <jra@samba.org> | 2012-07-19 15:41:52 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-07-19 15:41:52 -0700 |
commit | 2922fdaaf0ab2178a1701141cc2435af33c10dc8 (patch) | |
tree | 1b1a3c9dd8eb6151f4c9c640543ca5e4dbebdfdc /source3/utils | |
parent | 03a6137001c418c254505ddab694e1aefc73985d (diff) | |
download | samba-2922fdaaf0ab2178a1701141cc2435af33c10dc8.tar.gz samba-2922fdaaf0ab2178a1701141cc2435af33c10dc8.tar.bz2 samba-2922fdaaf0ab2178a1701141cc2435af33c10dc8.zip |
Move source4/smbd/pidfile into lib/util in preparation for making it in common.
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/smbcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/smbcontrol.c b/source3/utils/smbcontrol.c index 54e10d8b42..dbbd8049de 100644 --- a/source3/utils/smbcontrol.c +++ b/source3/utils/smbcontrol.c @@ -1365,7 +1365,7 @@ static struct server_id parse_dest(struct messaging_context *msg, /* Look up other destinations in pidfile directory */ - if ((pid = pidfile_pid(dest)) != 0) { + if ((pid = pidfile_pid_s3(dest)) != 0) { return pid_to_procid(pid); } |