diff options
author | Volker Lendecke <vl@samba.org> | 2013-06-20 13:49:45 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-08-12 17:25:49 +1200 |
commit | 52c51752e8e8d64f4332cae990688b5b11f1b422 (patch) | |
tree | 11247ae9476a99f963c82fccc0f8fc81f9480e94 /source3/lib | |
parent | 2175024f9750d858847c2c0ad1c84ea9a14e0e02 (diff) | |
download | samba-52c51752e8e8d64f4332cae990688b5b11f1b422.tar.gz samba-52c51752e8e8d64f4332cae990688b5b11f1b422.tar.xz samba-52c51752e8e8d64f4332cae990688b5b11f1b422.zip |
lib: Remove unused "client_name"
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/util_sock.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/lib/util_sock.c b/source3/lib/util_sock.c index 54286b3f31..509e7b7d3a 100644 --- a/source3/lib/util_sock.c +++ b/source3/lib/util_sock.c @@ -29,11 +29,6 @@ #include "../lib/util/tevent_ntstatus.h" #include "../lib/tsocket/tsocket.h" -const char *client_name(int fd) -{ - return get_peer_name(fd,false); -} - const char *client_addr(int fd, char *addr, size_t addrlen) { return get_peer_addr(fd,addr,addrlen); |