mirror of
https://github.com/samba-team/samba.git
synced 2025-12-20 16:23:51 +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 used to be commit 4bb3d36fe6)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
c9d937b7eb
commit
75c29073ce
@@ -46,6 +46,8 @@ static NTSTATUS ipv4_init(struct socket_context *sock)
|
||||
return map_nt_error_from_unix(errno);
|
||||
}
|
||||
|
||||
sock->backend_name = "ipv4";
|
||||
|
||||
return NT_STATUS_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user