mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
r12873: Fix valgrind-found uninitialised value.
Andrew Bartlett
(This used to be commit 38e8a6477a
)
This commit is contained in:
parent
e0f69bf1d3
commit
99125b6510
@ -28,7 +28,7 @@ NTSTATUS libnet_ListShares(struct libnet_context *ctx,
|
||||
NTSTATUS status;
|
||||
struct libnet_RpcConnect c;
|
||||
struct srvsvc_NetShareEnumAll s;
|
||||
uint32_t resume_handle;
|
||||
uint32_t resume_handle = 0;
|
||||
struct srvsvc_NetShareCtr0 ctr0;
|
||||
struct srvsvc_NetShareCtr1 ctr1;
|
||||
struct srvsvc_NetShareCtr2 ctr2;
|
||||
|
Loading…
Reference in New Issue
Block a user