s3: Consolidate server_id_self into the equivalent procid_self()
[sfrench/samba-autobuild/.git] / source3 / torture / vfstest.c
index 2a191c2800a2fffa0061500edb567388d37bd98b..d5237827d8e77262ba51ca74e69cb09a9717f689 100644 (file)
@@ -492,7 +492,7 @@ struct messaging_context *smbd_messaging_context(void)
 {
        static struct messaging_context *ctx;
 
-       if (!ctx && !(ctx = messaging_init(NULL, server_id_self(),
+       if (!ctx && !(ctx = messaging_init(NULL, procid_self(),
                                           smbd_event_context()))) {
                smb_panic("Could not init smbd messaging context\n");
        }