fix missing ';' in dx.pl
authorDirk Koopman <djk@tobit.co.uk>
Mon, 27 Dec 2021 20:32:09 +0000 (20:32 +0000)
committerDirk Koopman <djk@tobit.co.uk>
Mon, 27 Dec 2021 20:32:09 +0000 (20:32 +0000)
Changes
cmd/dx.pl

diff --git a/Changes b/Changes
index a28f5a25f928bf6c9c052c41155f863462f7bb18..6b33894557e4a75c61b09392318c37278911e9e3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+27Dec21=======================================================================
+1. Fix "kwalitee control" issue in /spider/cmd/dx.pl.
 22Dec21=======================================================================
 1. Add the possibility to do "sender verify" that spots (and later on, other
    things like announce etc) are coming from spotters that exist on the node
index 4a80df0e2fae37ab9202c2786b352383b6ff0d67..306fb77bf7fe4d9cfd0dbe946020abecc128fcc5 100644 (file)
--- a/cmd/dx.pl
+++ b/cmd/dx.pl
@@ -24,7 +24,7 @@ return (1, $self->msg('e5')) if $self->remotecmd || $self->inscript;
 return (1, $self->msg('e28')) unless $self->isregistered;
 
 
-my $addr = $self->hostname || '127.0.0.1'
+my $addr = $self->hostname || '127.0.0.1';
 Log('cmd', "$self->{call}|$addr|dx|$line");
 
 my @bad;