aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/qsig
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2010-02-04 08:00:51 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2010-02-04 08:00:51 +0000
commit0925d015d962621ba755f378907e8f40b03e1fc1 (patch)
tree54b08a9870449e27e47a52daaa35f2b590f6e428 /asn1/qsig
parent0d48e8fb1fffd60936e4d7d33dc5c6678ea7d378 (diff)
One warning fixed
svn path=/trunk/; revision=31785
Diffstat (limited to 'asn1/qsig')
-rw-r--r--asn1/qsig/packet-qsig-template.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/asn1/qsig/packet-qsig-template.c b/asn1/qsig/packet-qsig-template.c
index e3082231dd..eae7d26b0e 100644
--- a/asn1/qsig/packet-qsig-template.c
+++ b/asn1/qsig/packet-qsig-template.c
@@ -585,7 +585,8 @@ dissect_qsig_ie_cs5(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) {
/*--- qsig_init_tables ---------------------------------------------------------*/
static void qsig_init_tables(void) {
- gint i, opcode, *key;
+ guint i;
+ gint opcode, *key;
gchar *oid;
if (qsig_opcode2oid_hashtable)