Changeset 128 for trunk/src


Ignore:
Timestamp:
Oct 5, 2007, 8:33:24 PM (17 years ago)
Author:
rainer
Message:

New option for portcheck to ignore selected ports. Released as 2.3.8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_portcheck.c

    r127 r128  
    356356          ptr->status = SH_PORT_MISS;
    357357
    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))
    359359            {
    360360              if (portchk_debug && report)
Note: See TracChangeset for help on using the changeset viewer.