mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
code was added to stop samba from replying to queries for its own names (?! :-)
lkcl
This commit is contained in:
parent
c9066072a6
commit
92a3d0f3e1
@ -529,13 +529,6 @@ struct name_record *search_for_name(struct subnet_record **d,
|
||||
|
||||
if (*d == NULL) return NULL;
|
||||
|
||||
if (!n && (search & FIND_SELF)) {
|
||||
DEBUG(3,("FIND_SELF set - failing lookup\n"));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
DEBUG(4,("subnet %s ", inet_ntoa((*d)->bcast_ip)));
|
||||
|
||||
/* now try DNS lookup. */
|
||||
if (!n)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user