mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
libsmb: Remove a pointless variable assignment
We right away overwrite this Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
565f20d281
commit
b0e91608f2
@ -269,9 +269,6 @@ NTSTATUS remote_password_change(const char *remote_machine,
|
||||
/* OK, that failed, so try again... */
|
||||
TALLOC_FREE(pipe_hnd);
|
||||
|
||||
/* Try anonymous NTLMSSP... */
|
||||
result = NT_STATUS_UNSUCCESSFUL;
|
||||
|
||||
/* OK, this is ugly, but... try an anonymous pipe. */
|
||||
result = cli_rpc_pipe_open_noauth(cli, &ndr_table_samr,
|
||||
&pipe_hnd);
|
||||
|
Loading…
x
Reference in New Issue
Block a user