From 38a1ab80bc59958ec798cd68692bc2b7cbd55e26 Mon Sep 17 00:00:00 2001 From: z3APA3A <3APA3A@3proxy.ru> Date: Thu, 20 Jun 2019 11:19:58 +0300 Subject: [PATCH] minor changes --- src/plugins/PCREPlugin/pcre_plugin.c | 1 + src/tcppm.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/PCREPlugin/pcre_plugin.c b/src/plugins/PCREPlugin/pcre_plugin.c index d3bc5ad..11c217a 100644 --- a/src/plugins/PCREPlugin/pcre_plugin.c +++ b/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 }; diff --git a/src/tcppm.c b/src/tcppm.c index 5dacca5..d39fd54 100644 --- a/src/tcppm.c +++ b/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