summaryrefslogtreecommitdiff
path: root/source3/lib/netapi
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-10 21:56:12 +0200
committerGünther Deschner <gd@samba.org>2008-04-10 21:56:12 +0200
commitdeb6362f1f1ac12d6e2a245370ca36accc9506b1 (patch)
tree20fc7a06bd6a7265fb4dfe529bac929e5c2b634f /source3/lib/netapi
parent8ab9696bfb5e127a35ab31e7e7746388a8f8a365 (diff)
downloadsamba-deb6362f1f1ac12d6e2a245370ca36accc9506b1.tar.gz
samba-deb6362f1f1ac12d6e2a245370ca36accc9506b1.tar.bz2
samba-deb6362f1f1ac12d6e2a245370ca36accc9506b1.zip
Fix one missing netapi_private header.
Guenther (This used to be commit d34c3e8ad2b21051162e2a9d65f773c486c43d8b)
Diffstat (limited to 'source3/lib/netapi')
-rw-r--r--source3/lib/netapi/cm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/netapi/cm.c b/source3/lib/netapi/cm.c
index 31446efde3..a3b842f96e 100644
--- a/source3/lib/netapi/cm.c
+++ b/source3/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;
}