increase maximun number of ports allowed

This commit is contained in:
DNB 2007-07-28 07:57:57 +00:00
parent df3e0cdbc4
commit 5d7cf37f2a

2
opsb.h
View file

@ -32,7 +32,7 @@ extern char s_opsb[MAXNICK];
/* max no of exempt entries */ /* max no of exempt entries */
#define MAX_EXEMPTS 20 #define MAX_EXEMPTS 20
/* max no of ports to scan */ /* max no of ports to scan */
#define MAX_PORTS 50 #define MAX_PORTS 250
#define MAXREASON 128 #define MAXREASON 128