diff options
author | Andrew Tridgell <tridge@samba.org> | 1996-10-02 15:41:30 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1996-10-02 15:41:30 +0000 |
commit | 45e66a69d320024877c8b13f12b21bf895e04410 (patch) | |
tree | bdf4244d8e22f17764b424dd378350c842c942de /source/nameservreply.c | |
parent | 20b6203dac4bbb43e4e7bea0b214496d76d679d9 (diff) | |
download | samba-45e66a69d320024877c8b13f12b21bf895e04410.tar.gz samba-45e66a69d320024877c8b13f12b21bf895e04410.tar.xz samba-45e66a69d320024877c8b13f12b21bf895e04410.zip |
backout all the changes to nmbd.
The 1.9.16 tree is now back to 1.9.16p2 as far as nmbd is concerned
apart from a small change that fixes the announce type in two places.
Diffstat (limited to 'source/nameservreply.c')
-rw-r--r-- | source/nameservreply.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/nameservreply.c b/source/nameservreply.c index f5811925d40..b01c2c25b4c 100644 --- a/source/nameservreply.c +++ b/source/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, - -1,reply_name->name,reply_name->name_type, - n->source, nb_flags,0,0,NULL,NULL, + reply_name->name,reply_name->name_type, + nb_flags,0,0,NULL,NULL, False, False, n->ip_flgs[0].ip, p->ip); } else |