mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
Fix an uninitialized variable
This commit is contained in:
parent
d7208577f2
commit
b8cd1cff2d
@ -601,6 +601,8 @@ static NTSTATUS libnet_dssync_process(TALLOC_CTX *mem_ctx,
|
||||
dn_count = 1;
|
||||
}
|
||||
|
||||
status = NT_STATUS_OK;
|
||||
|
||||
for (count=0; count < dn_count; count++) {
|
||||
status = libnet_dssync_build_request(mem_ctx, ctx,
|
||||
dns[count],
|
||||
|
Loading…
x
Reference in New Issue
Block a user