From: Günther Deschner Date: Thu, 10 Apr 2008 19:56:12 +0000 (+0200) Subject: Fix one missing netapi_private header. X-Git-Tag: samba-3.3.0pre1~2752 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d34c3e8ad2b21051162e2a9d65f773c486c43d8b;p=thirdparty%2Fsamba.git Fix one missing netapi_private header. Guenther --- diff --git a/source/lib/netapi/cm.c b/source/lib/netapi/cm.c index 31446efde32..a3b842f96ef 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; }