This commit is contained in:
Anthony Minessale
2010-04-07 01:44:56 -05:00
parent ec8ab06c66
commit 7095887bad
2 changed files with 1 additions and 2 deletions

View File

@@ -13,5 +13,5 @@ $/ = undef;
my $buf = <I>;
close(I);
$socket->send("00000000$buf\n");
$socket->send("$buf\n");