Re: ws2_32(8/8): Implement getsockopt(SOL_IRLMP, IRLMP_ENUMDEVICES)

2009-08-11 Thread Henri Verbeet
Isn't getsockopt() supposed to write the size of the data actually written to optlen?

Re: ws2_32(8/8): Implement getsockopt(SOL_IRLMP, IRLMP_ENUMDEVICES)

2009-08-11 Thread Juan Lang
Isn't getsockopt() supposed to write the size of the data actually written to optlen? Indeed. Thanks. --Juan