mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
14 lines
135 B
Smarty
14 lines
135 B
Smarty
|
|
end:
|
|
/* the parse is OK */
|
|
return True;
|
|
|
|
fail:
|
|
if (UNMARSHALLING(ps)) {
|
|
ZERO_STRUCTP(il);
|
|
}
|
|
return False;
|
|
} /* @FUNCNAME@ */
|
|
|
|
|