- Timestamp:
- Oct 5, 2007, 8:33:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_portcheck.c
r127 r128 356 356 ptr->status = SH_PORT_MISS; 357 357 358 if ((ptr->flag != SH_PORT_REQ) && (ptr->flag != SH_PORT_OPT) )358 if ((ptr->flag != SH_PORT_REQ) && (ptr->flag != SH_PORT_OPT) && (ptr->flag != SH_PORT_IGN)) 359 359 { 360 360 if (portchk_debug && report)
Note:
See TracChangeset
for help on using the changeset viewer.