Move source4/smbd/pidfile into lib/util in preparation for making it in common.
[metze/samba/wip.git] / source3 / utils / smbcontrol.c
index 54e10d8b42fa76c6719955576feea9626dba7243..dbbd8049de833efbe6020351c2f09a72c38fe21e 100644 (file)
@@ -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);
        }