Wireshark-commits: [Wireshark-commits] rev 35972: /trunk/wsutil/ /trunk/wsutil/: privileges.c

Date: Thu, 17 Feb 2011 03:02:26 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35972

User: guy
Date: 2011/02/16 07:02 PM

Log:
 Squelch a warning from the MSVC++ static analyzer (it's worried that
 GetModuleHandle() could return a null pointer, which is possible,
 although if it returns one when handed "kernel32.dll", you have bigger
 problems...).
 
 Add some comments.

Directory: /trunk/wsutil/
  Changes    Path            Action
  +29 -5     privileges.c    Modified