summaryrefslogtreecommitdiff
path: root/source3/rpcclient
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-23 18:59:23 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-25 11:58:28 +0100
commit2d0d2b570faaea9ec84cb6a195d901cb3ff54e50 (patch)
treeb6407188f053ac534e4314fc2fe07885d250dbd0 /source3/rpcclient
parent2d667bac3ffd80b3cdc4ae0e514c1cc7cf009f99 (diff)
downloadsamba-2d0d2b570faaea9ec84cb6a195d901cb3ff54e50.tar.gz
samba-2d0d2b570faaea9ec84cb6a195d901cb3ff54e50.tar.bz2
samba-2d0d2b570faaea9ec84cb6a195d901cb3ff54e50.zip
s3-rpcclient: Remove debug_dsdcinfo_flags() call.
This gets rid of the DCUTIL dependency.
Diffstat (limited to 'source3/rpcclient')
-rw-r--r--source3/rpcclient/cmd_netlogon.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/rpcclient/cmd_netlogon.c b/source3/rpcclient/cmd_netlogon.c
index 51993e2f5f..baf2f4f694 100644
--- a/source3/rpcclient/cmd_netlogon.c
+++ b/source3/rpcclient/cmd_netlogon.c
@@ -212,8 +212,6 @@ static WERROR cmd_netlogon_dsr_getdcname(struct rpc_pipe_client *cli,
if (argc >= 5)
sscanf(argv[4], "%x", &flags);
- debug_dsdcinfo_flags(1,flags);
-
result = dcerpc_netr_DsRGetDCName(b, mem_ctx,
server_name,
domain_name,
@@ -274,8 +272,6 @@ static WERROR cmd_netlogon_dsr_getdcnameex(struct rpc_pipe_client *cli,
sscanf(argv[4], "%x", &flags);
}
- debug_dsdcinfo_flags(1,flags);
-
status = dcerpc_netr_DsRGetDCNameEx(b, mem_ctx,
server_name,
domain_name,
@@ -347,8 +343,6 @@ static WERROR cmd_netlogon_dsr_getdcnameex2(struct rpc_pipe_client *cli,
sscanf(argv[6], "%x", &flags);
}
- debug_dsdcinfo_flags(1,flags);
-
status = dcerpc_netr_DsRGetDCNameEx2(b, mem_ctx,
server_name,
client_account,