diff options
author | mertz | 2003-10-15 15:27:40 +0000 |
---|---|---|
committer | mertz | 2003-10-15 15:27:40 +0000 |
commit | 240a92b236d6c8a15532c60d2c6632e0364ad4cb (patch) | |
tree | 681d11c029e19ed33fd1d84e31bbdeb831bd2f20 /Ivy.pm | |
parent | ea6ff5095dd6bd743b39abd26f2ecb8dd4dd5382 (diff) | |
download | ivy-perl-240a92b236d6c8a15532c60d2c6632e0364ad4cb.zip ivy-perl-240a92b236d6c8a15532c60d2c6632e0364ad4cb.tar.gz ivy-perl-240a92b236d6c8a15532c60d2c6632e0364ad4cb.tar.bz2 ivy-perl-240a92b236d6c8a15532c60d2c6632e0364ad4cb.tar.xz |
commenting a line which should have been commented out
Diffstat (limited to 'Ivy.pm')
-rw-r--r-- | Ivy.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1146,7 +1146,7 @@ sub _getConnections ($) else { # printf "accepting connection from %s:%d\n", # (gethostbyaddr ($appSock->peeraddr(),AF_INET))[0], - $appSock->peerport() if $^W; +# $appSock->peerport() if $^W; } # callback pour traiter la reception des messages |