Pass real &optval and &optlen to getsockopt() instead of NULL. Don't
authorTor Lillqvist <tml@iki.fi>
Wed, 25 Jun 2003 03:06:24 +0000 (03:06 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 25 Jun 2003 03:06:24 +0000 (03:06 +0000)
commit98ba2b5ee3b12f3e7364868499a7454bd8742b4c
tree61dcf00e17be1cc58420ed24b1cbbe008affee7b
parent923e5080fb17cebd3bad8113e3114bed72ab8ea4
Pass real &optval and &optlen to getsockopt() instead of NULL. Don't

2003-06-25  Tor Lillqvist  <tml@iki.fi>

* glib/giowin32.c (g_io_channel_unix_new): Pass real &optval and
&optlen to getsockopt() instead of NULL. Don't remember why I
thought that NULL could be used (as we don't actually use the
returned value for anything), the Platform SDK documentation
doesn't imply so.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/giowin32.c