s3:smbd: use print_sockaddr() instead of client_socket_addr()
authorStefan Metzmacher <metze@samba.org>
Sun, 29 Jul 2012 21:27:56 +0000 (23:27 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 31 Jul 2012 07:34:21 +0000 (09:34 +0200)
commitd73b7938bba32725b37f9bfa7ce3e23fbea50ce4
tree5806983a3f90ac712d44849a5a63d27e59e0f959
parent13de233fc6a562387791281b3b0cc1bcbe56b9ef
s3:smbd: use print_sockaddr() instead of client_socket_addr()

We already have a server address in sockaddr_storage format.

Also the name "client_socket" was very miss leading,
as it returns the local address of the socket.

metze
source3/smbd/process.c