s4-named_pipe_auth: Rename client -> remote_client and server -> local_server
authorGary Lockyer <gary@catalyst.net.nz>
Thu, 9 Mar 2017 22:38:56 +0000 (11:38 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 29 Mar 2017 00:37:28 +0000 (02:37 +0200)
commit3b72863e001c290b5833b327e5fb9003c6311fc6
treedfcb7a38e3d059dcc1692946a1447c44dcdae766
parent68200d0d88582d7122b1d441376956b2ebfa09d8
s4-named_pipe_auth: Rename client -> remote_client and server -> local_server

This brings the callers of named_pipe_auth in line with that subsystem.

While these names may be better, the rest of Samba consistently uses
remote_address and local_address, and this difference has hidden bugs

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Pair-Programmed-by: Gary Lockyer <gary@catalyst.net.nz>
Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
source4/smbd/service_named_pipe.c