diff options
author | Günther Deschner <gd@samba.org> | 2008-10-15 16:14:15 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-15 16:14:20 +0200 |
commit | 3b9a03a7c374d6d8e93c729f4307417cbfe2d1a6 (patch) | |
tree | fe7507f9cf5cdc3b5734d381b68e09fc082643c1 /source3/rpcclient | |
parent | bf38baba6d8607ea03599e8bb326925acbe8692f (diff) | |
download | samba-3b9a03a7c374d6d8e93c729f4307417cbfe2d1a6.tar.gz samba-3b9a03a7c374d6d8e93c729f4307417cbfe2d1a6.tar.bz2 samba-3b9a03a7c374d6d8e93c729f4307417cbfe2d1a6.zip |
s3: fix samlogon client and server calls.
Guenther
Diffstat (limited to 'source3/rpcclient')
-rw-r--r-- | source3/rpcclient/cmd_netlogon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/cmd_netlogon.c b/source3/rpcclient/cmd_netlogon.c index 87ba65c14b..cdcc0ec28d 100644 --- a/source3/rpcclient/cmd_netlogon.c +++ b/source3/rpcclient/cmd_netlogon.c @@ -688,7 +688,7 @@ static NTSTATUS cmd_netlogon_sam_logon(struct rpc_pipe_client *cli, const char **argv) { NTSTATUS result = NT_STATUS_UNSUCCESSFUL; - int logon_type = NET_LOGON_TYPE; + int logon_type = NetlogonNetworkInformation; const char *username, *password; int auth_level = 2; uint32 logon_param = 0; |