stream-ssl: Fix call to accept().
authorBen Pfaff <blp@nicira.com>
Wed, 4 May 2011 22:46:27 +0000 (15:46 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 16 May 2011 20:40:46 +0000 (13:40 -0700)
commitc5530655f33f066150294fb12e7a73992edd4188
treee9cd9794a1a49136f7df4f3e4e548d70f0b962cf
parent35fe11834c85bf7fd86fa1a71f5415c2ca1d64d0
stream-ssl: Fix call to accept().

GCC and glibc conspire to allow struct sockaddr_in * to be passed in
place of struct sockaddr *, but that's non-standard and we're better
off not taking advantage of it.

Found by sparse.
lib/stream-ssl.c