Changeset 170 for trunk/src/sh_tools.c
- Timestamp:
- Apr 30, 2008, 11:56:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_tools.c
r169 r170 475 475 char * host_name; 476 476 477 int fd = (-1);477 volatile int fd = (-1); 478 478 int status; 479 int fail = 0;479 volatile int fail = 0; 480 480 int cached = 0; 481 481 … … 522 522 #endif 523 523 { 524 SH_MUTEX_LOCK(mutex_resolv); 525 524 526 host_name = NULL; 525 526 SH_MUTEX_LOCK(mutex_resolv);527 527 528 528 host_entry = sh_gethostbyname(address);
Note:
See TracChangeset
for help on using the changeset viewer.