summaryrefslogtreecommitdiff
path: root/source3/libnet
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-26 01:39:33 +0100
committerGünther Deschner <gd@samba.org>2008-01-29 15:09:56 +0100
commit5ab43ae0d8e66a1fd4c877089df52282367be7dd (patch)
tree5785f26c014c563411b67bea2c47b5c7f9d03026 /source3/libnet
parentd9a1282cc5e4a44495ec8ce20ef6dad6dc79c96b (diff)
downloadsamba-5ab43ae0d8e66a1fd4c877089df52282367be7dd.tar.gz
samba-5ab43ae0d8e66a1fd4c877089df52282367be7dd.tar.bz2
samba-5ab43ae0d8e66a1fd4c877089df52282367be7dd.zip
Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).
Guenther (This used to be commit fd490d236b1fb73a75c457b75128c9b98719418f)
Diffstat (limited to 'source3/libnet')
-rw-r--r--source3/libnet/libnet_join.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/libnet/libnet_join.c b/source3/libnet/libnet_join.c
index f83e0fbb60..3c6cea31bb 100644
--- a/source3/libnet/libnet_join.c
+++ b/source3/libnet/libnet_join.c
@@ -1173,7 +1173,6 @@ static WERROR libnet_DomainJoin(TALLOC_CTX *mem_ctx,
if (!r->in.dc_name) {
struct DS_DOMAIN_CONTROLLER_INFO *info;
status = dsgetdcname(mem_ctx,
- NULL,
r->in.domain_name,
NULL,
NULL,
@@ -1301,7 +1300,6 @@ static WERROR libnet_DomainUnjoin(TALLOC_CTX *mem_ctx,
if (!r->in.dc_name) {
struct DS_DOMAIN_CONTROLLER_INFO *info;
status = dsgetdcname(mem_ctx,
- NULL,
r->in.domain_name,
NULL,
NULL,