1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-21 01:59:07 +03:00

Fix an uninitialized variable warning

This commit is contained in:
Volker Lendecke 2008-03-20 16:15:38 +01:00
parent ddc989886d
commit 4cc09ec406

View File

@ -1075,6 +1075,7 @@ WERROR _srvsvc_NetFileEnum(pipes_struct *p,
ctx = talloc_tos();
ctr3 = r->in.info_ctr->ctr.ctr3;
if (!ctr3) {
werr = WERR_INVALID_PARAM;
goto done;
}