chiark / gitweb /
git-daemon: fix and de-obfuscate the pkt-line parser.
[userv-utils.git] / ipif / service.c
index 3a59b2b24c4e29ce0bd53db4384721c2489e1944..08b0ed9f61a40859d37f531231940433db77d76c 100644 (file)
@@ -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
 #include <sys/stat.h>
 
 #define NARGS 4
-#define MAXEXROUTES 5
+#define MAXEXROUTES 50
 #define ATXTLEN 16
 
 static const unsigned long gidmaxval= (unsigned long)((gid_t)-2);