X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=ipif%2Fservice.c;h=08b0ed9f61a40859d37f531231940433db77d76c;hb=5f3e811b5415dcff74f82bdd2f26d3af1f73c555;hp=3a59b2b24c4e29ce0bd53db4384721c2489e1944;hpb=e6a01344866b5b008ba9efb7c6d446911b9e1588;p=userv-utils.git 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);