1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-29 13:49:30 +03:00

Fix up funtion name, as this finds local, not domain master browsers.

(as per tridge's instructions)
(This used to be commit 0692d792f2)
This commit is contained in:
Andrew Bartlett
2001-12-04 04:45:17 +00:00
parent 85450cb1c9
commit 7b0b556804

View File

@ -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);
}