iphlpapi: Remove a comment that dared to ponder to use malloc.
This commit is contained in:
parent
d26b02960c
commit
85dba69917
|
@ -27,8 +27,6 @@
|
||||||
* - Not all IP options are supported.
|
* - Not all IP options are supported.
|
||||||
* - Are ICMP handles real handles, i.e. inheritable and all? There might be some
|
* - Are ICMP handles real handles, i.e. inheritable and all? There might be some
|
||||||
* more work to do here, including server side stuff with synchronization.
|
* more work to do here, including server side stuff with synchronization.
|
||||||
* - Is it correct to use malloc for the internal buffer, for allocating the
|
|
||||||
* handle's structure?
|
|
||||||
* - This API should probably be thread safe. Is it really?
|
* - This API should probably be thread safe. Is it really?
|
||||||
* - Using the winsock functions has not been tested.
|
* - Using the winsock functions has not been tested.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue