aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-03-28 20:54:59 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-03-28 20:54:59 +0000
commit6d34f7ea928ac4e1e1206db8cbfbb670a0cf2168 (patch)
tree7877e18401a417036f60188b111c4d27eea0af04 /asn1
parent071b5507c2c03efae797b87377d1e4ee366d5f63 (diff)
Function should return a value.
svn path=/trunk/; revision=17752
Diffstat (limited to 'asn1')
-rw-r--r--asn1/pkixcmp/packet-cmp-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/pkixcmp/packet-cmp-template.c b/asn1/pkixcmp/packet-cmp-template.c
index 781b5ae75e..a6c31ad044 100644
--- a/asn1/pkixcmp/packet-cmp-template.c
+++ b/asn1/pkixcmp/packet-cmp-template.c
@@ -243,7 +243,7 @@ dissect_cmp_http(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
tree = proto_item_add_subtree(item, ett_cmp);
}
- dissect_cmp_pdu(tvb, pinfo, tree);
+ return dissect_cmp_pdu(tvb, pinfo, tree);
}