mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
f3a3a05ade
we can now handle arrays of structures, pointers to structures,
pointers in unions etc
(This used to be commit 1df80cd1e8
)
14 lines
165 B
Smarty
14 lines
165 B
Smarty
|
|
end:
|
|
/* the parse is OK, just align and end */
|
|
if (!prs_align(ps)) goto fail;
|
|
|
|
return True;
|
|
|
|
fail:
|
|
ZERO_STRUCTP(il);
|
|
return False;
|
|
} /* @FUNCNAME@ */
|
|
|
|
|