From deb6362f1f1ac12d6e2a245370ca36accc9506b1 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 10 Apr 2008 21:56:12 +0200 Subject: Fix one missing netapi_private header. Guenther (This used to be commit d34c3e8ad2b21051162e2a9d65f773c486c43d8b) --- source3/lib/netapi/cm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/lib/netapi') 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; } -- cgit