Skip to content

Commit

Permalink
Bad Rocco! Always verify copied/pasted/tweaked code has actually been
Browse files Browse the repository at this point in the history
tweaked, or you'll keep doing things like what was fixed here.
Luckily it hadn't caused any trouble to speak of.
  • Loading branch information
rcaputo committed Feb 4, 2003
1 parent dc28e86 commit 031d8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/POE/Pipe.pm
Expand Up @@ -191,7 +191,7 @@ sub make_socket {
$! = unpack('i', getsockopt($connector, SOL_SOCKET, SO_ERROR));
die "connect: $!" if $!;

vec($in_read, fileno($acceptor), 1) = 0;
vec($in_write, fileno($connector), 1) = 0;
$done |= 0x01;
}
}
Expand Down

0 comments on commit 031d8d5

Please sign in to comment.