summaryrefslogtreecommitdiff
path: root/libcli
diff options
context:
space:
mode:
authorThomas Schulz <schulz@adi.com>2015-03-16 10:21:46 -0700
committerMichael Adam <obnox@samba.org>2015-03-20 13:49:26 +0100
commit820a0a91fbd341f3172b0d048a920cb2538bbd38 (patch)
treec542f1fbaaa782534ede363287c87a407480c4e2 /libcli
parentd3b208c1fc0258bef62731a5d47486ec233ccd1f (diff)
downloadsamba-820a0a91fbd341f3172b0d048a920cb2538bbd38.tar.gz
libcli/auth: Match Declaration of netlogon_creds_cli_context_tmp with implementation
I have been building 4.2.0 with the GNU C compiler but I decided to see how it works with the Sun C 5.11 compiler. The Sun compiler complains about a identifier being redeclared in libcli/auth/netlogon_creds_cli.c BUG: https://bugzilla.samba.org/show_bug.cgi?id=11140 Reviewed-by: Christof Schmitt <cs@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'libcli')
-rw-r--r--libcli/auth/netlogon_creds_cli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/auth/netlogon_creds_cli.h b/libcli/auth/netlogon_creds_cli.h
index 401ce8cd9ef..006367a788d 100644
--- a/libcli/auth/netlogon_creds_cli.h
+++ b/libcli/auth/netlogon_creds_cli.h
@@ -44,9 +44,9 @@ NTSTATUS netlogon_creds_cli_context_global(struct loadparm_context *lp_ctx,
NTSTATUS netlogon_creds_cli_context_tmp(const char *client_computer,
const char *client_account,
enum netr_SchannelType type,
- enum dcerpc_AuthLevel auth_level,
uint32_t proposed_flags,
uint32_t required_flags,
+ enum dcerpc_AuthLevel auth_level,
const char *server_computer,
const char *server_netbios_domain,
TALLOC_CTX *mem_ctx,