datapath-windows: Avoid using uninitialized gOvsExtDriverHandle
authorPaul Boca <pboca@cloudbasesolutions.com>
Mon, 18 Apr 2016 08:33:56 +0000 (08:33 +0000)
committerBen Pfaff <blp@ovn.org>
Thu, 21 Apr 2016 18:29:55 +0000 (11:29 -0700)
commit12f1ba41a3d321a7cc5c1146a99a1170d55c5189
treee9ccaf8bb0c117c61b45f24482b99c2b9b01c0ee
parent110f7c75e567c3af55394dd0a294cc124067115b
datapath-windows: Avoid using uninitialized gOvsExtDriverHandle

Ensure gOvsExtDriverHandle is not used if initialization fails
Added PAGED_CODE() where needed

Signed-off-by: Paul-Daniel Boca <pboca@cloudbasesolutions.com>
Acked-by: Sorin Vinturis <svinturis@cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
datapath-windows/ovsext/Datapath.c
datapath-windows/ovsext/Driver.c