Keep the compiler happy: revert one change....
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 5 Feb 2009 03:14:08 +0000 (03:14 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 5 Feb 2009 03:14:08 +0000 (03:14 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27373 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-dect.c

index 46ac2f9bdd14e08d93b199423e3d7001dda458c0..93729b98d620d37f03f4dd6eefc3dc2d38881a23 100644 (file)
@@ -855,7 +855,7 @@ dissect_bfield(gboolean type _U_, struct dect_afield *pkt_afield,
 
        if((blen+(xcrclen/8)+1)<=pkt_bfield->Length)
        {
-               guint16 x,y;
+               guint16 x,y=0;
                for(x=0;x<blen;x+=16)
                {
                        gchar string[60];