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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user