Fix generation of reports with Perl >= 5.12 (boo#1145328) OBS-URL: https://build.opensuse.org/request/show/726211 OBS-URL: https://build.opensuse.org/package/show/server:proxy/calamaris?expand=0&rev=7
12 lines
332 B
Diff
12 lines
332 B
Diff
--- calamaris.orig 2018-06-07 17:27:01.000000000 +0200
|
|
+++ calamaris 2019-08-12 21:43:56.000000000 +0200
|
|
@@ -2606,7 +2606,7 @@
|
|
100, 100 * $tcp_hit / $tcp );
|
|
}
|
|
outstop(10);
|
|
- if ( defined(%tcp_content) ) {
|
|
+ if ( %tcp_content ) {
|
|
outstart(11);
|
|
if ( $tcp == 0 ) {
|
|
outline( 11, 'no matching requests' );
|