mirror of
https://github.com/samba-team/samba.git
synced 2025-02-22 05:57:43 +03:00
Fix an uninitialized variable warning
This commit is contained in:
parent
ddc989886d
commit
4cc09ec406
@ -1075,6 +1075,7 @@ WERROR _srvsvc_NetFileEnum(pipes_struct *p,
|
|||||||
ctx = talloc_tos();
|
ctx = talloc_tos();
|
||||||
ctr3 = r->in.info_ctr->ctr.ctr3;
|
ctr3 = r->in.info_ctr->ctr.ctr3;
|
||||||
if (!ctr3) {
|
if (!ctr3) {
|
||||||
|
werr = WERR_INVALID_PARAM;
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user