Changeset 134 for trunk/src/sh_tools.c


Ignore:
Timestamp:
Oct 26, 2007, 12:20:10 AM (17 years ago)
Author:
rainer
Message:

More thread-safety changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_tools.c

    r133 r134  
    521521#endif
    522522        {
    523      
     523          SH_MUTEX_LOCK(mutex_resolv);
     524
    524525          host_entry = sh_gethostbyname(address);
    525526
     
    598599                }
    599600            }
     601          SH_MUTEX_UNLOCK(mutex_resolv);
    600602        }
    601603 
Note: See TracChangeset for help on using the changeset viewer.