Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
Klink committed Nov 12, 2012
1 parent 48506e9 commit 315ce0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.pl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@

# build a mail and send it
use Socket;
my $remote = gethostbyaddr(inet_aton($remote_ip), AF_INET)
my $remote;
$remote = gethostbyaddr(inet_aton($remote_ip), AF_INET)
or $remote = $remote_ip;
use Mail::Send;
my $msg = new Mail::Send;
Expand Down

0 comments on commit 315ce0a

Please sign in to comment.