diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-12-29 13:49:26 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-12-29 14:21:21 +0100 |
commit | 2877237f21c34edd3938115a2ba509657c62713d (patch) | |
tree | 9ddb43afdd994c2b3fbcc3c627513498c9048d76 /net-analyzer | |
parent | dev-python/virtualenvwrapper: Remove old (diff) | |
download | gentoo-2877237f21c34edd3938115a2ba509657c62713d.tar.gz gentoo-2877237f21c34edd3938115a2ba509657c62713d.tar.bz2 gentoo-2877237f21c34edd3938115a2ba509657c62713d.zip |
net-analyzer/pmacct: Clean up patch
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/pmacct/files/pmacct-1.7.3-nDPI-3.0.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/pmacct/files/pmacct-1.7.3-nDPI-3.0.patch b/net-analyzer/pmacct/files/pmacct-1.7.3-nDPI-3.0.patch index 3cffef25862f..9e6c618fe443 100644 --- a/net-analyzer/pmacct/files/pmacct-1.7.3-nDPI-3.0.patch +++ b/net-analyzer/pmacct/files/pmacct-1.7.3-nDPI-3.0.patch @@ -1,5 +1,5 @@ ---- a/./configure.ac -+++ b/./configure.ac +--- a/configure.ac ++++ b/configure.ac @@ -955,6 +955,7 @@ CFLAGS="$_save_CFLAGS" ]) @@ -8,8 +8,8 @@ ;; no) AC_MSG_RESULT(no) ---- a/./src/ndpi/ndpi.c -+++ b/./src/ndpi/ndpi.c +--- a/src/ndpi/ndpi.c ++++ b/src/ndpi/ndpi.c @@ -374,10 +374,14 @@ if (flow->detection_completed || flow->tcp_finished) { if (flow->detected_protocol.app_protocol == NDPI_PROTOCOL_UNKNOWN) |