mirror of
https://github.com/samba-team/samba.git
synced 2025-01-17 02:05:21 +03:00
d500cbb206
(This used to be commit 9c6f2d75d848a280f25f2377130953ecd824b7b1)
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@ */
|
|
|
|
|