X-Git-Url: https://the.earth.li/gitweb/?p=autodns.git;a=blobdiff_plain;f=autodns.pl;fp=autodns.pl;h=ab5859cb22c42bc636b3e54e55b6be59bb86c521;hp=ddb237c06155656a9d7ad3314b0464f9f165ad37;hb=fae89c9d1fd62220f75f63a550030fc7df76d7b2;hpb=764aa0aa77e52fffb8d632760489b3b8cc61db4e diff --git a/autodns.pl b/autodns.pl index ddb237c..ab5859c 100755 --- a/autodns.pl +++ b/autodns.pl @@ -273,7 +273,7 @@ foreach (@GPGERROR) { chomp; if (/Signature made (.*) using.*ID (.*)$/) { $sigtime = str2time($1); - $gpguser=$2; + $gpguser=$2; } elsif (/error/) { $gpggood = 0; print REPLY "Some errors ocurred\n";