From 05d7fb0fdb0b45987af73c1cc50859ca20707f1d Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Tue, 19 Dec 2017 11:53:10 +0100 Subject: [PATCH] bugfixes --- 74_AMADDevice.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/74_AMADDevice.pm b/74_AMADDevice.pm index 372c296..f1f0f4f 100644 --- a/74_AMADDevice.pm +++ b/74_AMADDevice.pm @@ -140,10 +140,10 @@ sub AMADDevice_Define($$) { return "Cannot define a AMAD device. Perl modul $missingModul is missing." if ( $missingModul ); - my $name = $a[0] - my $host = $a[2] - my $amad_id = $a[3] - my $remoteServer = $a[4] + my $name = $a[0]; + my $host = $a[2]; + my $amad_id = $a[3]; + my $remoteServer = $a[4]; $hash->{HOST} = $host; $hash->{AMAD_ID} = $amad_id;