summaryrefslogtreecommitdiff
path: root/asn1/cmip/cmip.cnf
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-07-22 17:28:38 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-07-22 17:28:38 +0000
commit742ae8413daa038f936db2b64690f5b9334e34ed (patch)
tree310abac5306fc8f7eaf72c77e91a0a47df3c9f5a /asn1/cmip/cmip.cnf
parentc291bba21b1a988758f329ff99c0e61e1053d7af (diff)
downloadwireshark-742ae8413daa038f936db2b64690f5b9334e34ed.tar.gz
Get rid of some unused code warnings.
svn path=/trunk/; revision=25791
Diffstat (limited to 'asn1/cmip/cmip.cnf')
-rw-r--r--asn1/cmip/cmip.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/cmip/cmip.cnf b/asn1/cmip/cmip.cnf
index 14874bc913..538a4c542c 100644
--- a/asn1/cmip/cmip.cnf
+++ b/asn1/cmip/cmip.cnf
@@ -403,7 +403,7 @@ RejectProblem
break;
case 18: /* missingAttributeValue */
/* Hmmm SET OF AttributeId */
- dissect_cmip_AttributeId(FALSE, tvb, offset, actx, tree, -1);
+ dissect_cmip_PAR_missingAttributeValue(FALSE, tvb, offset, actx, tree, -1);
break;
case 9: /* noSuchAction */
dissect_cmip_NoSuchAction(FALSE, tvb, offset, actx, tree, -1);