From ac823d3486d07c0bbb992c37e42c674857321665 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Thu, 20 Nov 2025 15:57:38 +0000 Subject: [PATCH] Bug 41271: Revert follow-up from bug 37893 This was a bad workaround. It was ugly and is no longer relevant now that pod_coverage.t no longer attempts to launch a SIP server. prove xt/author/pod_coverage.t --- C4/SIP/Sip/Configuration.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/SIP/Sip/Configuration.pm b/C4/SIP/Sip/Configuration.pm index 4a492f5d0de..b8e5075e031 100644 --- a/C4/SIP/Sip/Configuration.pm +++ b/C4/SIP/Sip/Configuration.pm @@ -56,7 +56,7 @@ sub get_configuration { } else { $cfg = $current_config; } - die unless $cfg; + my %listeners; # The key to the listeners hash is the 'port' component of the -- 2.39.5