Wireshark-commits: [Wireshark-commits] rev 51399: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Sat, 17 Aug 2013 00:38:55 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51399

User: guy
Date: 2013/08/16 05:38 PM

Log:
 Get rid of an unused variable.
 
 For some routines, instead of having them check for -1 as the hf_index
 and using a default hf_index in that case, just pass them the default
 hf_index instead of -1 and just use the hf_index unconditionally.

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +8 -20     packet-smb-pipe.c    Modified