mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
libsmb: Remove a pointless ZERO_STRUCT()
"c" is a pointer that was initialized to NULL above Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
4734b64e3f
commit
abff0c5e41
@ -296,7 +296,6 @@ SMBC_server_internal(TALLOC_CTX *ctx,
|
||||
bool use_ccache = false;
|
||||
bool pw_nt_hash = false;
|
||||
|
||||
ZERO_STRUCT(c);
|
||||
*in_cache = false;
|
||||
|
||||
if (server[0] == 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user