Changeset 140 for trunk/src/sh_portcheck.c
- Timestamp:
- Oct 29, 2007, 1:09:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_portcheck.c
r137 r140 815 815 #endif 816 816 817 int sh_portchk_init ( )817 int sh_portchk_init (struct mod_type * arg) 818 818 { 819 819 struct hostent * hent; 820 820 int i = 0; 821 821 char errbuf[256]; 822 (void) arg; 822 823 823 824 if (portchk_debug)
Note:
See TracChangeset
for help on using the changeset viewer.