Squelch a warning from the MSVC++ static analyzer (it's worried that
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 17 Feb 2011 03:02:18 +0000 (03:02 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 17 Feb 2011 03:02:18 +0000 (03:02 +0000)
commit534538e9cdd1c3fbb2a0aa004b09e0ac52fa1800
treeea341abc97164325d81c9bbbcbe192270e1c7f4e
parent6be2c49d0989fc849470295bc7cc90d3432a9de9
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35972 f5534014-38df-0310-8fa8-9805f1628bb7
wsutil/privileges.c