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:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user