1
0
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:
Samba Release Account 0001-01-01 00:00:00 +00:00
parent c9066072a6
commit 92a3d0f3e1

View File

@ -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)
{