From 2a55303cc140ca77d3492e930aa91aad2cab0ef4 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Mon, 8 Jun 2015 12:53:21 +0200 Subject: [PATCH] MT#13241 Fix warning 'Exiting subroutine via next at line 65' for cdr-exporter.pl Change-Id: Ie535bd7fa9bcd2b3e19b09e6aed918ea5507cedf --- cdr-exporter.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdr-exporter.pl b/cdr-exporter.pl index fa9264b..ed4b7bb 100755 --- a/cdr-exporter.pl +++ b/cdr-exporter.pl @@ -62,7 +62,7 @@ sub callback { if(confval('EXPORT_INCOMING') eq "no" && $src_uuid eq "0") { push @ignored_ids, $id; - next; + return; } my $line = join ",", @fields;