MT#13241 Fix warning 'Exiting subroutine via next at line 65' for cdr-exporter.pl

Change-Id: Ie535bd7fa9bcd2b3e19b09e6aed918ea5507cedf
changes/85/1885/1
Alexander Lutay 11 years ago
parent ca79eb2384
commit 2a55303cc1

@ -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;

Loading…
Cancel
Save