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:
parent
ddc989886d
commit
4cc09ec406
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user