summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/libsmb/namequery.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/libsmb/namequery.c b/source/libsmb/namequery.c
index 8d95c3c904f..faa4d446b6d 100644
--- a/source/libsmb/namequery.c
+++ b/source/libsmb/namequery.c
@@ -1224,9 +1224,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);
}