mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
code was added to stop samba from replying to queries for its own names (?! :-)
lkcl
(This used to be commit 92a3d0f3e1
)
This commit is contained in:
parent
b0cd2aa5ce
commit
44df12f236
@ -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