]> git.tuebingen.mpg.de Git - paraslash.git/commit
server: Don't pass peername to handle_connect().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 6 Aug 2017 21:45:38 +0000 (23:45 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 2 Oct 2017 06:30:51 +0000 (08:30 +0200)
commit1c8218665d39f212eb7cddaea70c5ab66d7e26c7
treef1ceb1b49ca43ee34c8d873c40f9a28553291812
parent1d2aa7dcc09cd7ed06d18372eb85407f556cb529
server: Don't pass peername to handle_connect().

The only reason we pass it is that handle_connect() can print a
log message containing the peer name. However, we already log this
information right after the connection was accepted.
command.c
server.c
server.h