mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Bump PROTOMAX.
MFC after: 3 weeks X-MFC-with: r358153
This commit is contained in:
parent
74eb8d905b
commit
151004e2bc
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ __FBSDID("$FreeBSD$");
|
|||
static char tname[MAXPATHLEN];
|
||||
|
||||
#define PMASK 0xffff
|
||||
#define PROTOMAX 5
|
||||
#define PROTOMAX 6
|
||||
|
||||
static void add(DB *, StringList *, size_t, const char *, size_t *, int);
|
||||
static StringList ***parseservices(const char *, StringList *);
|
||||
|
|
|
|||
Loading…
Reference in a new issue