diff options
-rw-r--r-- | source4/smb_server/tcon.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/source4/smb_server/tcon.c b/source4/smb_server/tcon.c index f8243a006c..3259ec3799 100644 --- a/source4/smb_server/tcon.c +++ b/source4/smb_server/tcon.c @@ -24,22 +24,6 @@ #include "smbd/service_stream.h" #include "ntvfs/ntvfs.h" -struct socket_address *smbsrv_get_my_addr(void *p, TALLOC_CTX *mem_ctx) -{ - struct smbsrv_connection *smb_conn = talloc_get_type(p, - struct smbsrv_connection); - - return socket_get_my_addr(smb_conn->connection->socket, mem_ctx); -} - -struct socket_address *smbsrv_get_peer_addr(void *p, TALLOC_CTX *mem_ctx) -{ - struct smbsrv_connection *smb_conn = talloc_get_type(p, - struct smbsrv_connection); - - return socket_get_peer_addr(smb_conn->connection->socket, mem_ctx); -} - /**************************************************************************** init the tcon structures ****************************************************************************/ |