Wireshark-commits: [Wireshark-commits] rev 46058: /trunk/ /trunk/epan/dissectors/: packet-rtmpt.c

Date: Sat, 17 Nov 2012 13:58:03 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46058

User: eapache
Date: 2012/11/17 05:58 AM

Log:
 There's no point in initializing variables to 0 when we unconditionally assign
 a new value to them on the very next line. Caught by cppcheck.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +2 -2      packet-rtmpt.c    Modified