summaryrefslogtreecommitdiff
path: root/source3/namedbname.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-08-14 15:02:28 +0000
committerAndrew Tridgell <tridge@samba.org>1996-08-14 15:02:28 +0000
commitebc96b7309dbce110ae63bcb91dd8ad5a2cadbbf (patch)
treef8677502a41e01ccf2b828d712e97faa62a32d2c /source3/namedbname.c
parent6475a9157464b132decbae2aee0f001a364c0dbe (diff)
downloadsamba-ebc96b7309dbce110ae63bcb91dd8ad5a2cadbbf.tar.gz
samba-ebc96b7309dbce110ae63bcb91dd8ad5a2cadbbf.tar.bz2
samba-ebc96b7309dbce110ae63bcb91dd8ad5a2cadbbf.zip
changed "unsigned long" to "uint32" in several places (for IP
addresses) to keep 64 bit machines happy. (This used to be commit b4aaec504ae66dc6a0f05d12529100cb62d47afd)
Diffstat (limited to 'source3/namedbname.c')
-rw-r--r--source3/namedbname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/namedbname.c b/source3/namedbname.c
index 177c36fc07..42ad9ad009 100644
--- a/source3/namedbname.c
+++ b/source3/namedbname.c
@@ -509,7 +509,7 @@ struct name_record *search_for_name(struct subnet_record **d,
if (!n)
{
struct in_addr dns_ip;
- unsigned long a;
+ uint32 a;
/* only do DNS lookups if the query is for type 0x20 or type 0x0 */
if (!dns_type && name_type != 0x1b)