From 592ee76341de2936b1171ddb391a65a84836c95d Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 14 Jan 2009 14:33:46 -0800 Subject: Fix build of netapi. Jeremy. --- source3/lib/netapi/cm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/lib/netapi/cm.c b/source3/lib/netapi/cm.c index a5c85bfe6b..dcbf9a0457 100644 --- a/source3/lib/netapi/cm.c +++ b/source3/lib/netapi/cm.c @@ -56,7 +56,8 @@ static WERROR libnetapi_open_ipc_connection(struct libnetapi_ctx *ctx, cli_ipc = cli_cm_open(ctx, NULL, server_name, "IPC$", - false, false); + false, false, + PROTOCOL_NT1); if (!cli_ipc) { libnetapi_set_error_string(ctx, "Failed to connect to IPC$ share on %s", server_name); -- cgit