mirror of
https://github.com/php/php-src.git
synced 2026-04-22 15:38:49 +02:00
Remove bogus use of volatile and add a note about using inet_ntop
instead.
This commit is contained in:
@@ -164,8 +164,8 @@ zend_module_entry sockets_module_entry = {
|
||||
ZEND_GET_MODULE(sockets)
|
||||
#endif
|
||||
|
||||
/* this should be mutex'ed */
|
||||
volatile int inet_ntoa_lock = 0;
|
||||
/* inet_ntop should be used instead of inet_ntoa */
|
||||
int inet_ntoa_lock = 0;
|
||||
|
||||
static void destroy_fd_sets(zend_rsrc_list_entry *rsrc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user