Fix one missing netapi_private header.
authorGünther Deschner <gd@samba.org>
Thu, 10 Apr 2008 19:56:12 +0000 (21:56 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 10 Apr 2008 19:56:12 +0000 (21:56 +0200)
Guenther
(This used to be commit d34c3e8ad2b21051162e2a9d65f773c486c43d8b)

source3/lib/netapi/cm.c

index 31446efde321e60f1b8236d4686fc9ec16a5784a..a3b842f96ef28ddb8599497d0fc5359cb7bc5cc8 100644 (file)
@@ -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;
        }