From 7b0b5568046a3b5ff8b01acd63777a2283c47b38 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 4 Dec 2001 04:45:17 +0000 Subject: Fix up funtion name, as this finds local, not domain master browsers. (as per tridge's instructions) (This used to be commit 0692d792f24f1c82c69532e50a6c4373c9a8b476) --- source3/libsmb/namequery.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/libsmb/namequery.c') 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); } -- cgit