Merge commit 'origin/v3-2-test' into v3-2-ctdb
[obnox/samba-ctdb.git] / source / lib / util.c
index 321aedbe9e78bae8a22e49fb51d5f103f6467713..d42ff4f88a967e932e4c64e9029c9d0e7833e079 100644 (file)
@@ -3074,7 +3074,7 @@ struct server_id interpret_pid(const char *pid_string)
                result.pid = pid;
        }
        else if (sscanf(pid_string, "%u", &pid) == 1) {
-               result.vnn = NONCLUSTER_VNN;
+               result.vnn = get_my_vnn();
                result.pid = pid;
        }
        else {