Skip to content

Commit

Permalink
Limit our temp listen socket to localhost [RT#63534]
Browse files Browse the repository at this point in the history
  • Loading branch information
gisle committed Sep 28, 2011
1 parent 411a1d7 commit bae9ff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/glob.t
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ use IO::Socket::INET;
my $s = IO::Socket::INET->new(
Listen => 1,
Timeout => 5,
LocalAddr => '127.0.0.1',
);
$s = dump($s);
print "$s\n";
Expand Down

0 comments on commit bae9ff8

Please sign in to comment.