X-Git-Url: https://git.distorted.org.uk/~mdw/userv-utils/blobdiff_plain/e6a01344866b5b008ba9efb7c6d446911b9e1588..9c0139c59459dafe88ff0715898135d4926f9f92:/ipif/service.c diff --git a/ipif/service.c b/ipif/service.c index 3a59b2b..08b0ed9 100644 --- a/ipif/service.c +++ b/ipif/service.c @@ -91,7 +91,8 @@ * The service program should be run from userv with no-disconnect-hup. */ /* - * Copyright (C) 1999-2000 Ian Jackson + * Copyright (C) 1999-2000,2003 Ian Jackson + * This file is part of ipif, part of userv-utils * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by @@ -126,7 +127,7 @@ #include #define NARGS 4 -#define MAXEXROUTES 5 +#define MAXEXROUTES 50 #define ATXTLEN 16 static const unsigned long gidmaxval= (unsigned long)((gid_t)-2);