Openwsman / openwsman

Openwsman server implementation and client api with bindings
BSD 3-Clause "New" or "Revised" License
112 stars 53 forks source link

openwsman: wsman-win-client-transport: initialize certificate pointer #158

Closed ausyskin closed 2 years ago

ausyskin commented 3 years ago

Initialize the certificate pointer to NULL to avoid warnings about uninitilized variable usage that became errors with new Visual Studio.

Signed-off-by: Alexander Usyskin alexander.usyskin@intel.com