diff options
-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 |