summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-12-04 05:16:46 +0000
committerJeremy Allison <jra@samba.org>2001-12-04 05:16:46 +0000
commitf04e703ea26bc3bf22032f871a971f6ac1111c7d (patch)
treeb2e546c5d751b7675c2d94b66036327056fc7cf4
parent6a4a8b63b096ecee8b183d245f156298a4b77265 (diff)
downloadsamba-f04e703ea26bc3bf22032f871a971f6ac1111c7d.tar.gz
samba-f04e703ea26bc3bf22032f871a971f6ac1111c7d.tar.xz
samba-f04e703ea26bc3bf22032f871a971f6ac1111c7d.zip
name change.
Jeremy.
-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);
}