minor changes

This commit is contained in:
z3APA3A 2019-06-20 11:19:58 +03:00
parent 43b4c893ad
commit 38a1ab80bc
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@ static struct filter pcre_first_filter = {
NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL,
NULL, NULL NULL, NULL
}; };

View File

@ -34,7 +34,7 @@ struct proxydef childdef = {
0, 0,
0, 0,
S_TCPPM, S_TCPPM,
" -s use splice() (Fast proxying but no filtering)\n" ""
}; };
#include "proxymain.c" #include "proxymain.c"
#endif #endif