From 752bffc53fcf296f841d62ffbf8d424f9e8e66bd Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 23 Feb 2010 15:04:10 +0100 Subject: s3: Consolidate server_id_self into the equivalent procid_self() --- source3/libsmb/dsgetdcname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libsmb') diff --git a/source3/libsmb/dsgetdcname.c b/source3/libsmb/dsgetdcname.c index 76a52c8923..00339d2d32 100644 --- a/source3/libsmb/dsgetdcname.c +++ b/source3/libsmb/dsgetdcname.c @@ -909,7 +909,7 @@ static struct messaging_context *msg_context(TALLOC_CTX *mem_ctx) { static struct messaging_context *ctx; - if (!ctx && !(ctx = messaging_init(mem_ctx, server_id_self(), + if (!ctx && !(ctx = messaging_init(mem_ctx, procid_self(), ev_context()))) { smb_panic("Could not init messaging context"); } -- cgit