The SO_KEEPALIVE value seems to actually be a char on Windows
authorTor Lillqvist <tml@iki.fi>
Fri, 12 Mar 2010 08:42:43 +0000 (10:42 +0200)
committerTor Lillqvist <tml@iki.fi>
Fri, 12 Mar 2010 08:45:52 +0000 (10:45 +0200)
commita57522deae75264bade35eae8826cda2771530c6
tree988bcc9bed8e153eed39b2865e6e4e940a2efad7
parent1caaa4f591ead74f0a146d73155f9cfb65899bed
The SO_KEEPALIVE value seems to actually be a char on Windows

Do still use a BOOL variable, but initialize it to FALSE before the
getsockopt(), and drop the assertion on Windows. Should fix bug
gio/gsocket.c