fix dead increment

http://www.wireshark.org/download/automated/analysis/scan-build-2013-02-02-1/report-JzzXua.html#EndPath

svn path=/trunk/; revision=47456
This commit is contained in:
Martin Kaiser 2013-02-03 20:09:46 +00:00
parent 34f58259fa
commit b85efceddc
1 changed files with 0 additions and 1 deletions

View File

@ -528,7 +528,6 @@ dissect_payload_kink_tgt_req(packet_info *pinfo, tvbuff_t *tvb, int offset, prot
proto_tree_add_text(payload_kink_tgt_req_tree, tvb, offset, realm_name_length, "RealmName: %s",
tvb_format_text(tvb, offset, realm_name_length));
offset += realm_name_length;
/* This part consider the padding. Payload_length don't contain the padding. */
if(payload_length % PADDING != 0){