s3: Remove a bunch of calls to procid_self()
[samba.git] / source3 / utils / net_registry.c
index 3c9177df52d5875f507606933fbabff355d0b7b1..90b0d19ff4e78673b6185c959637dba43a64fd80 100644 (file)
@@ -642,7 +642,7 @@ static int net_registry_increment(struct net_context *c, int argc,
        }
 
        status = g_lock_do("registry_increment_lock", G_LOCK_WRITE,
-                          timeval_set(600, 0), procid_self(),
+                          timeval_set(600, 0),
                           net_registry_increment_fn, &state);
        if (!NT_STATUS_IS_OK(status)) {
                d_fprintf(stderr, _("g_lock_do failed: %s\n"),