Mercurial > hg > anonet-resdb
changeset 1140:eec8e319f5bd draft
forgot a newline
author | epoch <epoch@hacking.allowed.org> |
---|---|
date | Sun, 06 Oct 2013 11:29:47 +0000 |
parents | ecd7a8f31764 |
children | 58130f5eecf2 |
files | contrib/whoisd/whoisd.pl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/whoisd/whoisd.pl Sun Oct 06 11:04:27 2013 +0000 +++ b/contrib/whoisd/whoisd.pl Sun Oct 06 11:29:47 2013 +0000 @@ -49,7 +49,7 @@ # IPv4 addresses if($QUERY =~ m/^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/) { - printf "%% IP section for %s", $QUERY unless $HACK; + printf "%% IP section for %s\n", $QUERY unless $HACK; chdir("$RESDB/db/ip"); @parts=split(/\./,$QUERY); for($i=0;$i<scalar(@parts)-1;$i++) {