mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r1044: don't use sub_get_remote_machine()
(This used to be commit be75cdc1bf
)
This commit is contained in:
parent
a38f529fd5
commit
a12e30a52e
@ -258,9 +258,8 @@ close a cnum
|
||||
****************************************************************************/
|
||||
void close_cnum(struct tcon_context *conn)
|
||||
{
|
||||
DEBUG(3, ("%s (%s) closed connection to service %s\n",
|
||||
sub_get_remote_machine(),conn->smb->socket.client_addr,
|
||||
lp_servicename(SNUM(conn))));
|
||||
DEBUG(3,("%s closed connection to service %s\n",
|
||||
conn->smb->socket.client_addr, lp_servicename(SNUM(conn))));
|
||||
|
||||
yield_connection(conn, lp_servicename(SNUM(conn)));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user