]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/calamaris/01_calamaris_cant_use_defined_hash.patch
Merge branch 'next'
[ipfire-2.x.git] / src / patches / calamaris / 01_calamaris_cant_use_defined_hash.patch
CommitLineData
ee506d50
MF
1diff U3 a/calamaris b/calamaris
2--- a/calamaris Sun Jun 6 18:26:14 2004
3+++ b/calamaris Wed Nov 13 19:59:15 2019
4@@ -2606,7 +2606,7 @@
5 100, 100 * $tcp_hit / $tcp );
6 }
7 outstop(10);
8- if ( defined(%tcp_content) ) {
9+ if (%tcp_content) {
10 outstart(11);
11 if ( $tcp == 0 ) {
12 outline( 11, 'no matching requests' );