From Peter <pva At gentoo.org>: Fix build err: "variable 'payload_len' might be clobbered by 'longjmp' or 'vfork'"

Fixes Bug #3353

svn path=/trunk/; revision=27856
This commit is contained in:
Bill Meier 2009-03-26 22:34:53 +00:00
parent 9a8ab9dd23
commit 90b9182895
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ dissect_tsp(tvbuff_t *tvb, volatile gint offset, packet_info *pinfo,
guint32 header;
guint afc;
gint start_offset = offset;
gint payload_len;
volatile gint payload_len;
guint32 pid;
guint32 cc;