X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=source4%2Fbuild%2Fpidl%2Feparser.pm;h=3cb71a6c7e008edb8fed1cd89c09bb03d8054931;hp=420668109d6692c01164648611d2acc34f0cd23c;hb=4d1f9d1def5bf5fea64722626028d94da49c654c;hpb=7ab4731cd9f9fc174f3a8ff668dae66af010d861 diff --git a/source4/build/pidl/eparser.pm b/source4/build/pidl/eparser.pm index 420668109d6..3cb71a6c7e0 100644 --- a/source4/build/pidl/eparser.pm +++ b/source4/build/pidl/eparser.pm @@ -225,6 +225,7 @@ sub ParseTypedef($) $res .= "static int prs_$typedef->{NAME}(tvbuff_t *tvb, int offset,\ \tpacket_info *pinfo, proto_tree *tree, int flags, char *name)\n{\n"; ParseType($typedef->{DATA}); + $res .= "\treturn offset;\n"; $res .= "}\n\n"; }