diff options
author | Luke Leighton <lkcl@samba.org> | 1999-11-19 01:01:07 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-11-19 01:01:07 +0000 |
commit | 8e406c1fa296c3f97b1cd7ddde7b5aeb9232b26e (patch) | |
tree | 36f82c9cd6defcf25f8a5e3905131eab1947e63c /source/nmbd/nmbd_namelistdb.c | |
parent | 569babb3935950c1b64396955541abf276cc1d92 (diff) | |
download | samba-8e406c1fa296c3f97b1cd7ddde7b5aeb9232b26e.tar.gz samba-8e406c1fa296c3f97b1cd7ddde7b5aeb9232b26e.tar.xz samba-8e406c1fa296c3f97b1cd7ddde7b5aeb9232b26e.zip |
- bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursion
desired flag MUST be set in any NBT UDP packets sent to a WINS
server, else they will go to the WINS client side of the NT NetBIOS
kernel instead, and will get trashed.
- added \PIPE\browser server-side code.
Diffstat (limited to 'source/nmbd/nmbd_namelistdb.c')
-rw-r--r-- | source/nmbd/nmbd_namelistdb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/nmbd/nmbd_namelistdb.c b/source/nmbd/nmbd_namelistdb.c index 8d6d139867d..0bc5fd875a7 100644 --- a/source/nmbd/nmbd_namelistdb.c +++ b/source/nmbd/nmbd_namelistdb.c @@ -42,6 +42,8 @@ void set_samba_nb_type(void) samba_nb_type = NB_MFLAG; /* samba is a 'hybrid' node type. */ else samba_nb_type = NB_BFLAG; /* samba is broadcast-only node type. */ + + DEBUG(10,("set_samba_nb_type: %x\n", samba_nb_type)); } /* set_samba_nb_type */ /* ************************************************************************** ** |