stream-ssl: Always initialize wevent member, even on non-Windows.
authorBen Pfaff <blp@nicira.com>
Thu, 5 Jun 2014 18:36:56 +0000 (11:36 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 5 Jun 2014 18:40:50 +0000 (11:40 -0700)
commita0e18459b2aab18b12699015ce2e11c4764329b2
tree2f478b1281677664fbfa3a64586d2b17748d8fce
parent44d255fb4bd625a12aefe50bc30c1cd8a0eea1b6
stream-ssl: Always initialize wevent member, even on non-Windows.

Otherwise the indeterminate 'wevent' could frustrate poll_fd_wait_at()'s
attempt to merge "poll_node"s for the same fd.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Gurucharan Shetty <gshetty@nicira.com>
lib/stream-ssl.c