summaryrefslogtreecommitdiff
path: root/source3/include/nameserv.h
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1996-08-17 15:14:24 +0000
committerSamba Release Account <samba-bugs@samba.org>1996-08-17 15:14:24 +0000
commit1aedda6160e0748d82a68bcd64f661ea1b80af9d (patch)
treeaf6601b74af5fb703c5484d89a05cdabb170c6dc /source3/include/nameserv.h
parentefb8113d00a4513c1115640004c0905465d3b673 (diff)
downloadsamba-1aedda6160e0748d82a68bcd64f661ea1b80af9d.tar.gz
samba-1aedda6160e0748d82a68bcd64f661ea1b80af9d.tar.bz2
samba-1aedda6160e0748d82a68bcd64f661ea1b80af9d.zip
- fixed wins.dat reloading (it wasn't happening!)
- made nb_flags an unsigned 16 bit int in nameserv.h - nmbd was calling add_my_subnets() with an uninitialised parameter group. removed it. lkcl (This used to be commit 3d55e541569e7ab887bddc284bddcafdf86c4d22)
Diffstat (limited to 'source3/include/nameserv.h')
-rw-r--r--source3/include/nameserv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/nameserv.h b/source3/include/nameserv.h
index a505f403ca..8dc737bdb0 100644
--- a/source3/include/nameserv.h
+++ b/source3/include/nameserv.h
@@ -126,7 +126,7 @@ struct nmb_name {
struct nmb_ip
{
struct in_addr ip; /* ip address of host that owns this name */
- int nb_flags; /* netbios flags */
+ uint16 nb_flags; /* netbios flags */
};
/* this is the structure used for the local netbios name list */