1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-20 08:23:50 +03:00

r9704: r9684@blu: tridge | 2005-08-27 19:38:31 +1000

don't try to call the name resolver on non-ipv4 names!
This commit is contained in:
Andrew Tridgell
2005-08-28 02:37:38 +00:00
committed by Gerald (Jerry) Carter
parent 9c23008221
commit 4bb3d36fe6
5 changed files with 17 additions and 5 deletions

View File

@@ -44,6 +44,8 @@ static NTSTATUS ipv6_tcp_init(struct socket_context *sock)
return map_nt_error_from_unix(errno);
}
sock->backend_name = "ipv6";
return NT_STATUS_OK;
}