[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-802-gd34c3e8

Günther Deschner gd at samba.org
Thu Apr 10 19:57:54 GMT 2008


The branch, v3-2-test has been updated
       via  d34c3e8ad2b21051162e2a9d65f773c486c43d8b (commit)
      from  dd6251d51472a96bfc5ba3d62ea788c8924d4c6b (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit d34c3e8ad2b21051162e2a9d65f773c486c43d8b
Author: Günther Deschner <gd at samba.org>
Date:   Thu Apr 10 21:56:12 2008 +0200

    Fix one missing netapi_private header.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source/lib/netapi/cm.c b/source/lib/netapi/cm.c
index 31446ef..a3b842f 100644
--- a/source/lib/netapi/cm.c
+++ b/source/lib/netapi/cm.c
@@ -20,6 +20,7 @@
 #include "includes.h"
 
 #include "lib/netapi/netapi.h"
+#include "lib/netapi/netapi_private.h"
 
 /********************************************************************
 ********************************************************************/
@@ -54,8 +55,7 @@ WERROR libnetapi_open_ipc_connection(struct libnetapi_ctx *ctx,
 			      false, false);
 	if (!cli_ipc) {
 		libnetapi_set_error_string(ctx,
-			"Failed to connect to IPC$ share on %s",
-			server_name);
+			"Failed to connect to IPC$ share on %s", server_name);
 		return WERR_CAN_NOT_COMPLETE;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list