summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-12-04 04:45:17 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-12-04 04:45:17 +0000
commit7b0b5568046a3b5ff8b01acd63777a2283c47b38 (patch)
treeed68e0f0c7fcc54c380ca7a070992cb06e5e31ee /source3/libsmb
parent85450cb1c9a4e27096a217d905565ca0660bc815 (diff)
downloadsamba-7b0b5568046a3b5ff8b01acd63777a2283c47b38.tar.gz
samba-7b0b5568046a3b5ff8b01acd63777a2283c47b38.tar.bz2
samba-7b0b5568046a3b5ff8b01acd63777a2283c47b38.zip
Fix up funtion name, as this finds local, not domain master browsers.
(as per tridge's instructions) (This used to be commit 0692d792f24f1c82c69532e50a6c4373c9a8b476)
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/namequery.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c
index 8d00c50914..2c235417a8 100644
--- a/source3/libsmb/namequery.c
+++ b/source3/libsmb/namequery.c
@@ -1225,9 +1225,9 @@ BOOL get_dc_list(BOOL pdc_only, char *group, struct in_addr **ip_list, int *coun
}
/********************************************************
- Get the IP address list of the Domain Master Browsers
+ Get the IP address list of the Local Master Browsers
********************************************************/
-BOOL get_dmb_list(struct in_addr **ip_list, int *count)
+BOOL get_lmb_list(struct in_addr **ip_list, int *count)
{
return internal_resolve_name( MSBROWSE, 0x1, ip_list, count);
}