1
0
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:
Andrew Bartlett 2006-01-12 21:42:59 +00:00 committed by Gerald (Jerry) Carter
parent e0f69bf1d3
commit 99125b6510

View File

@ -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;