summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/nameservreply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nameservreply.c b/source3/nameservreply.c
index d1cbbb026d..6c7bfde03e 100644
--- a/source3/nameservreply.c
+++ b/source3/nameservreply.c
@@ -201,7 +201,7 @@ void reply_name_reg(struct packet_struct *p)
DEBUG(3,("Name registration for name %s at %s - ",
namestr(question),inet_ntoa(ip)));
- if (group)
+ if (group && (qname_type != 0x1c))
{
/* apparently we should return 255.255.255.255 for group queries
(email from MS) */