Wireshark-commits: [Wireshark-commits] rev 35983: /trunk/epan/ /trunk/epan/: radius_dict.l
Date: Thu, 17 Feb 2011 18:54:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35983

User: sfisher
Date: 2011/02/17 10:54 AM

Log:
 Fix dead initialization error found by clang:
 
 "Value stored to 's' during its initialization is never read"
 
 (it's assigned by a later g_hash_table_lookup call)

Directory: /trunk/epan/
  Changes    Path             Action
  +1 -1      radius_dict.l    Modified