fix missing ; in spoof
authorDirk Koopman <djk@tobit.co.uk>
Sat, 1 Jan 2022 20:30:04 +0000 (20:30 +0000)
committerDirk Koopman <djk@tobit.co.uk>
Sat, 1 Jan 2022 20:30:04 +0000 (20:30 +0000)
Changes
cmd/spoof.pl

diff --git a/Changes b/Changes
index 4cd06af10f57f662fb78c7ba9d992f24fb9f919b..1cb9c7816879ab95eb2b84bdd7d5924aff0e743d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+01Jan22=======================================================================
+1. Fixed missing ';' in spoof
 30Dec21=======================================================================
 1. Try to fix (nuke) tabs in comment field.
 28Dec21=======================================================================
index c6d93e78da0bb8951d9aa07f978ebf3d0f7f0d85..d4be673fbb24a5d905785710a73a5697730f6cb0 100644 (file)
@@ -35,7 +35,7 @@ unless ($user) {
 # set up basic environment
 $self->call($call);
 $self->user($user);
-my $addr = $self->hostname || '127.0.0.1'
+my $addr = $self->hostname || '127.0.0.1';
 Log('cmd', "$self->{call}|$addr|spoof|$line");
 my @in = $self->run_cmd($newline);
 push @out, map {"spoof $call: $_"} @in;