From a3d04bd2546b11d396ce5859220c04a2da578342 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Tue, 18 Jan 2022 19:13:00 +0100 Subject: [PATCH] fix --- test_drs110m.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test_drs110m.pl b/test_drs110m.pl index b11b0b3..163df69 100755 --- a/test_drs110m.pl +++ b/test_drs110m.pl @@ -72,3 +72,5 @@ while ( my $id = $file_handle->getline() ) { } $socket->close; + +exit;