summaryrefslogtreecommitdiff
path: root/source3/nameservreply.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/nameservreply.c')
-rw-r--r--source3/nameservreply.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nameservreply.c b/source3/nameservreply.c
index b01c2c25b4..f5811925d4 100644
--- a/source3/nameservreply.c
+++ b/source3/nameservreply.c
@@ -294,8 +294,8 @@ void reply_name_reg(struct packet_struct *p)
/* initiate some enquiries to the current owner. */
queue_netbios_packet(d,ClientNMB,NMB_QUERY,
NAME_REGISTER_CHALLENGE,
- reply_name->name,reply_name->name_type,
- nb_flags,0,0,NULL,NULL,
+ -1,reply_name->name,reply_name->name_type,
+ n->source, nb_flags,0,0,NULL,NULL,
False, False, n->ip_flgs[0].ip, p->ip);
}
else