Changeset 162 for trunk/src/sh_portcheck.c
- Timestamp:
- Feb 1, 2008, 1:03:47 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_portcheck.c
r149 r162 129 129 #include "sh_utils.h" 130 130 #include "sh_modules.h" 131 #include "sh_static.h" 131 132 #include "sh_pthread.h" 132 133 … … 897 898 898 899 SH_MUTEX_LOCK(mutex_resolv); 899 hent = gethostbyname(portchk_hostname);900 hent = sh_gethostbyname(portchk_hostname); 900 901 901 902 while (hent && hent->h_addr_list[i] && (iface_list.used < SH_IFACE_MAX))
Note:
See TracChangeset
for help on using the changeset viewer.