diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-11-02 18:41:50 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-11-03 16:55:12 +0100 |
commit | 2202c3ce0231f449ae6cb1443c1b6c9e90af7709 (patch) | |
tree | 35bf26cf923003380c96e989a4a1743ae041b9bb /source3/auth/auth_domain.c | |
parent | ff66e521e0edf44c194c59c7c99240ae400f1651 (diff) | |
download | samba-2202c3ce0231f449ae6cb1443c1b6c9e90af7709.tar.gz samba-2202c3ce0231f449ae6cb1443c1b6c9e90af7709.tar.xz samba-2202c3ce0231f449ae6cb1443c1b6c9e90af7709.zip |
s3:auth: s/Undefined/SMB_SIGNING_DEFAULT/
metze
Diffstat (limited to 'source3/auth/auth_domain.c')
-rw-r--r-- | source3/auth/auth_domain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c index a4e798e4e9..696b18bd42 100644 --- a/source3/auth/auth_domain.c +++ b/source3/auth/auth_domain.c @@ -147,7 +147,7 @@ static NTSTATUS connect_to_domain_password_server(struct cli_state **cli, /* Attempt connection */ result = cli_full_connection(cli, lp_netbios_name(), dc_name, dc_ss, 0, - "IPC$", "IPC", "", "", "", 0, Undefined); + "IPC$", "IPC", "", "", "", 0, SMB_SIGNING_DEFAULT); if (!NT_STATUS_IS_OK(result)) { /* map to something more useful */ |