diff options
author | Samba Release Account <samba-bugs@samba.org> | 1996-08-23 10:17:30 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1996-08-23 10:17:30 +0000 |
commit | 5945be9718b8ea56c8dde99729c0ec0e56080fee (patch) | |
tree | e0b7aa5086bc50eb93a8e0bb987d775a8fedb1cb /source3/nameservreply.c | |
parent | ea1a09af136d58cd5dbcee23c16c7966dd0074c3 (diff) | |
download | samba-5945be9718b8ea56c8dde99729c0ec0e56080fee.tar.gz samba-5945be9718b8ea56c8dde99729c0ec0e56080fee.tar.xz samba-5945be9718b8ea56c8dde99729c0ec0e56080fee.zip |
- fixed bugs in nmb response packet checking.
- added multiple workgroup code - samba can register under different
(unique) NetBIOS aliases, one per workgroup it joins.
lkcl
(This used to be commit f24e341e7e4d8726b98d3a0f83b24f61817fe536)
Diffstat (limited to 'source3/nameservreply.c')
-rw-r--r-- | source3/nameservreply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nameservreply.c b/source3/nameservreply.c index b01c2c25b4..ae568198ac 100644 --- a/source3/nameservreply.c +++ b/source3/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, - reply_name->name,reply_name->name_type, + -1,reply_name->name,reply_name->name_type, nb_flags,0,0,NULL,NULL, False, False, n->ip_flgs[0].ip, p->ip); } |