X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=source4%2Flibrpc%2Frpc%2Fpyrpc_util.c;fp=source4%2Flibrpc%2Frpc%2Fpyrpc_util.c;h=d0fa5d72853250eea14f2a308b3948f0c9d4f974;hb=3cdb1fe4404e26ae383cfb73bfa8af36cb1d7f7c;hp=fa6bdab2a2805d957a9183f0605ddae9ec5eef62;hpb=5603dab6478fbb40206a8664a308b5db5b1863e8;p=obnox%2Fsamba%2Fsamba-obnox.git diff --git a/source4/librpc/rpc/pyrpc_util.c b/source4/librpc/rpc/pyrpc_util.c index fa6bdab2a28..d0fa5d72853 100644 --- a/source4/librpc/rpc/pyrpc_util.c +++ b/source4/librpc/rpc/pyrpc_util.c @@ -74,7 +74,7 @@ static NTSTATUS pyrpc_irpc_connect(TALLOC_CTX *mem_ctx, const char *irpc_server, { struct imessaging_context *msg; - msg = imessaging_client_init(mem_ctx, lpcfg_imessaging_path(mem_ctx, lp_ctx), event_ctx); + msg = imessaging_client_init(mem_ctx, lp_ctx, event_ctx); NT_STATUS_HAVE_NO_MEMORY(msg); *binding_handle = irpc_binding_handle_by_name(mem_ctx, msg, irpc_server, table);