aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smpp.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2011-09-24 13:42:53 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2011-09-24 13:42:53 +0000
commit88b162f5651a505aaa581fcb4420b8cecf4c370d (patch)
tree7a4bd1433a31fc6ef208eae9d5c5a26072d8b2d9 /epan/dissectors/packet-smpp.c
parentc22e48323834fb492292286ba9403bee09138a69 (diff)
Make buildbot happy
svn path=/trunk/; revision=39121
Diffstat (limited to 'epan/dissectors/packet-smpp.c')
-rw-r--r--epan/dissectors/packet-smpp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-smpp.c b/epan/dissectors/packet-smpp.c
index ed367c52d8..e6e5f6a97e 100644
--- a/epan/dissectors/packet-smpp.c
+++ b/epan/dissectors/packet-smpp.c
@@ -2253,7 +2253,7 @@ query_broadcast_sm_resp(proto_tree *tree, tvbuff_t *tvb)
static void
huawei_auth_acc(proto_tree *tree, tvbuff_t *tvb)
{
- int.offset = 0;
+ int offset = 0;
guint8 version = 0;
smpp_handle_int1(tree, tvb, hf_huawei_smpp_version, &offset);