summaryrefslogtreecommitdiff
path: root/source3/nameservreply.c
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1996-10-25 19:31:48 +0000
committerSamba Release Account <samba-bugs@samba.org>1996-10-25 19:31:48 +0000
commit57d880235614a5d04b817dd38fd6ae500a1a05c3 (patch)
treeb43e94c2bfbce29e7292c078e494d4a7867a9c0e /source3/nameservreply.c
parent186c119d6ffb437e3d95dac798f6069aa4645e42 (diff)
downloadsamba-57d880235614a5d04b817dd38fd6ae500a1a05c3.tar.gz
samba-57d880235614a5d04b817dd38fd6ae500a1a05c3.tar.bz2
samba-57d880235614a5d04b817dd38fd6ae500a1a05c3.zip
debugging the dns lookup changes
lkcl (This used to be commit 3f63dd6771ee1c4cd30049478ea053caefdc262f)
Diffstat (limited to 'source3/nameservreply.c')
-rw-r--r--source3/nameservreply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nameservreply.c b/source3/nameservreply.c
index f7df7c485b..df30e4ac41 100644
--- a/source3/nameservreply.c
+++ b/source3/nameservreply.c
@@ -563,7 +563,7 @@ void reply_name_query(struct packet_struct *p)
*/
if (success && !n && (lp_wins_proxy() || !bcast))
{
- n = dns_name_search(question, p->timestamp, search);
+ n = dns_name_search(question, p->timestamp);
}
}