1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

s3:libsmb: s/Undefined/SMB_SIGNING_DEFAULT/

metze
This commit is contained in:
Stefan Metzmacher
2011-11-02 18:41:50 +01:00
parent 59dcdfd175
commit 1b04e54b57
4 changed files with 6 additions and 6 deletions

View File

@ -167,7 +167,7 @@ NTSTATUS change_trust_account_password( const char *domain, const char *remote_m
NULL, 0,
"IPC$", "IPC",
"", "",
"", 0, Undefined))) {
"", 0, SMB_SIGNING_DEFAULT))) {
DEBUG(0,("modify_trust_password: Connection to %s failed!\n", dc_name));
nt_status = NT_STATUS_UNSUCCESSFUL;
goto failed;