summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_winsproxy.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_winsproxy.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_winsproxy.c')
-rw-r--r--source3/nmbd/nmbd_winsproxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd_winsproxy.c b/source3/nmbd/nmbd_winsproxy.c
index 66725fc9b96..773e195ff4e 100644
--- a/source3/nmbd/nmbd_winsproxy.c
+++ b/source3/nmbd/nmbd_winsproxy.c
@@ -34,7 +34,7 @@ static void wins_proxy_name_query_request_success( struct subnet_record *subrec,
struct packet_struct *original_packet;
struct subnet_record *orig_broadcast_subnet;
struct name_record *namerec = NULL;
- uint16 nb_flags;
+ uint16_t nb_flags;
int num_ips;
int i;
int ttl = 3600; /* By default one hour in the cache. */