[SCM] Samba Shared Repository - branch master updated - 592ee76341de2936b1171ddb391a65a84836c95d

Jeremy Allison jra at samba.org
Wed Jan 14 22:34:30 GMT 2009


The branch, master has been updated
       via  592ee76341de2936b1171ddb391a65a84836c95d (commit)
      from  2c0a802cf823df9bac879b1e7d591f50ee7d51fa (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 592ee76341de2936b1171ddb391a65a84836c95d
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Jan 14 14:33:46 2009 -0800

    Fix build of netapi.
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source3/lib/netapi/cm.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/netapi/cm.c b/source3/lib/netapi/cm.c
index a5c85bf..dcbf9a0 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);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list