summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_subnetdb.c
diff options
context:
space:
mode:
authorRichard Sharpe <rsharpe@samba.org>2015-04-29 20:14:34 -0700
committerJeremy Allison <jra@samba.org>2015-05-01 19:15:10 +0200
commitb79aed8592fa2a388f63098406c1f1b88d1da7eb (patch)
tree84a9129e825c6754b7e6f5903e6d3fc3c43ab006 /source3/nmbd/nmbd_subnetdb.c
parentdf0eeca057631d406b1587af86872b209c73ee1a (diff)
downloadsamba-b79aed8592fa2a388f63098406c1f1b88d1da7eb.tar.gz
Convert all uses of uint8/16/32 to _t in nmbd and the include file.
Signed-off-by: Richard Sharpe <rsharpe@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/nmbd/nmbd_subnetdb.c')
-rw-r--r--source3/nmbd/nmbd_subnetdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd_subnetdb.c b/source3/nmbd/nmbd_subnetdb.c
index 6c483af26a0..5c9e4c7eb26 100644
--- a/source3/nmbd/nmbd_subnetdb.c
+++ b/source3/nmbd/nmbd_subnetdb.c
@@ -37,7 +37,7 @@ struct subnet_record *unicast_subnet = NULL;
struct subnet_record *remote_broadcast_subnet = NULL;
struct subnet_record *wins_server_subnet = NULL;
-extern uint16 samba_nb_type; /* Samba's NetBIOS name type. */
+extern uint16_t samba_nb_type; /* Samba's NetBIOS name type. */
/****************************************************************************
Add a subnet into the list.