z3APA3A 6 лет назад
Родитель
Сommit
38a1ab80bc
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 0
      src/plugins/PCREPlugin/pcre_plugin.c
  2. 1 1
      src/tcppm.c

+ 1 - 0
src/plugins/PCREPlugin/pcre_plugin.c

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

+ 1 - 1
src/tcppm.c

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