summaryrefslogtreecommitdiff
path: root/source3/nameserv.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/nameserv.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/nameserv.c')
-rw-r--r--source3/nameserv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/nameserv.c b/source3/nameserv.c
index 289f6702b3..07b94ced5f 100644
--- a/source3/nameserv.c
+++ b/source3/nameserv.c
@@ -185,8 +185,6 @@ void add_my_names(void)
for (d = subnetlist; d; d = d->next)
{
- BOOL wins_iface = ip_equal(d->bcast_ip, ipgrp);
-
add_my_name_entry(d, myname,0x20,nb_type|NB_ACTIVE);
add_my_name_entry(d, myname,0x03,nb_type|NB_ACTIVE);
add_my_name_entry(d, myname,0x00,nb_type|NB_ACTIVE);