@@ -1,5 +1,5 @@
--- ucspi-tcp-0.88/tcpserver.c.orig 2009-06-01 19:36:13.000000000 +0200
-+++ ucspi-tcp-0.88/tcpserver.c 2013-09-25 09:51:40.056265471 +0200
++++ ucspi-tcp-0.88/tcpserver.c 2013-09-25 10:08:48.638603959 +0200
@@ -3,6 +3,7 @@
#include <netdb.h>
#include <openssl/ssl.h>
@@ -67,15 +67,15 @@
if (!stralloc_copys(&jaildir, JAILDIR) || !stralloc_0(&jaildir) )
strerr_die2x(111,FATAL,"out of memory");
- while ((opt = getopt(argc,argv,"dDvqQhHrRsS1UXx:t:u:g:l:b:B:c:n:a:j:J:pPoO")) != opteof)
-+ while ((opt = getopt(argc,argv,"dDvqQhHrRsS1UXx:t:u:g:l:b:B:c:n:a:j:J:s:pPoO")) != opteof)
++ while ((opt = getopt(argc,argv,"dDvqQhHrRsS1UXx:t:u:g:l:b:B:c:n:a:j:J:m:pPoO")) != opteof)
#else
- while ((opt = getopt(argc,argv,"46dDvqQhHrR1UXx:t:u:g:l:b:B:c:I:pPoO")) != opteof)
-+ while ((opt = getopt(argc,argv,"46dDvqQhHrR1UXx:t:u:g:l:b:B:c:I:s:pPoO")) != opteof)
++ while ((opt = getopt(argc,argv,"46dDvqQhHrR1UXx:t:u:g:l:b:B:c:I:m:pPoO")) != opteof)
#endif
switch(opt) {
case 'b': scan_ulong(optarg,&backlog); break;
case 'c': scan_ulong(optarg,&limit); break;
-+ case 's': scan_ulong(optarg,&periplimit); break;
++ case 'm': scan_ulong(optarg,&periplimit); break;
case 'X': flagallownorules = 1; break;
case 'x': fnrules = optarg; break;
case 'B': banner = optarg; break;
|