aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opcua/opcua_application_layer.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-03-23 08:03:02 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-03-23 08:03:02 +0000
commitcb56e8455673ee820c7562cd327a827ee6673d15 (patch)
treeec067835633fe2e18f4774d775f0dd048302c0f6 /plugins/opcua/opcua_application_layer.h
parent888880eb25ba8dc80dc02c6ec61de73abccbfe91 (diff)
Removed unused parameter to parseServiceNodeId.
Coverity 596. svn path=/trunk/; revision=36283
Diffstat (limited to 'plugins/opcua/opcua_application_layer.h')
-rw-r--r--plugins/opcua/opcua_application_layer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/opcua/opcua_application_layer.h b/plugins/opcua/opcua_application_layer.h
index 13a52e07b1..066a353f97 100644
--- a/plugins/opcua/opcua_application_layer.h
+++ b/plugins/opcua/opcua_application_layer.h
@@ -24,4 +24,4 @@
void registerApplicationLayerTypes(int proto);
/* Ua type parsers */
-int parseServiceNodeId(proto_tree *tree, tvbuff_t *tvb, gint *pOffset, char *szFieldName);
+int parseServiceNodeId(proto_tree *tree, tvbuff_t *tvb, gint *pOffset);