1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-27 17:44:21 +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

@@ -56,7 +56,7 @@ NTSTATUS remote_password_change(const char *remote_machine, const char *user_nam
*err_str = NULL;
result = cli_connect_nb(remote_machine, NULL, 0, 0x20, NULL,
Undefined, 0, &cli);
SMB_SIGNING_DEFAULT, 0, &cli);
if (!NT_STATUS_IS_OK(result)) {
if (asprintf(err_str, "Unable to connect to SMB server on "
"machine %s. Error was : %s.\n",