summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-11 15:32:20 +0100
committerGünther Deschner <gd@samba.org>2008-01-11 15:32:20 +0100
commitc79ce2ffa3f7d00ce6a2cd6008c203e3042b0b02 (patch)
tree6e69bdab3acadc4d064a78afd94e07fd0846e1f8 /source3/utils
parentefcf285e27e3f52cd6188f678d52977584c78972 (diff)
downloadsamba-c79ce2ffa3f7d00ce6a2cd6008c203e3042b0b02.tar.gz
samba-c79ce2ffa3f7d00ce6a2cd6008c203e3042b0b02.tar.bz2
samba-c79ce2ffa3f7d00ce6a2cd6008c203e3042b0b02.zip
As long as DsGetDcName is not part of libnetapi, lowercase the fn name.
Guenther (This used to be commit 19a980f52044a170618629e5b0484c1f6b586e5f)
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/net_lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_lookup.c b/source3/utils/net_lookup.c
index 20298faa29..765971fba3 100644
--- a/source3/utils/net_lookup.c
+++ b/source3/utils/net_lookup.c
@@ -401,7 +401,7 @@ static int net_lookup_dsgetdcname(int argc, const char **argv)
site_name = sitename_fetch(domain_name);
}
- status = DsGetDcName(mem_ctx, NULL, domain_name, NULL, site_name,
+ status = dsgetdcname(mem_ctx, NULL, domain_name, NULL, site_name,
flags, &info);
if (!NT_STATUS_IS_OK(status)) {
d_printf("failed with: %s\n", nt_errstr(status));