summaryrefslogtreecommitdiffstats
path: root/source/nameservreply.c
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1996-08-24 01:41:46 +0000
committerSamba Release Account <samba-bugs@samba.org>1996-08-24 01:41:46 +0000
commit8b7fe224bce64803d55ae279fa61ef3ebbbb0241 (patch)
treef48865be5063d823f7bedf49e32077a55c8b0a82 /source/nameservreply.c
parent050f941e21aeb57ab47ac9d29fb4acfceab45087 (diff)
downloadsamba-8b7fe224bce64803d55ae279fa61ef3ebbbb0241.tar.gz
samba-8b7fe224bce64803d55ae279fa61ef3ebbbb0241.tar.xz
samba-8b7fe224bce64803d55ae279fa61ef3ebbbb0241.zip
removed all of lukes recent changes. I need to do a p2 release but
can't test the multi group changes. I also found that some of lukes changes wiped out some recent bug fixes. Is your CVS tree ok luke?
Diffstat (limited to 'source/nameservreply.c')
-rw-r--r--source/nameservreply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nameservreply.c b/source/nameservreply.c
index ae568198ac8..b01c2c25b4c 100644
--- a/source/nameservreply.c
+++ b/source/nameservreply.c
@@ -294,7 +294,7 @@ 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,
- -1,reply_name->name,reply_name->name_type,
+ reply_name->name,reply_name->name_type,
nb_flags,0,0,NULL,NULL,
False, False, n->ip_flgs[0].ip, p->ip);
}