summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi/cm.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-09-26 03:10:19 +0200
committerAndrew Bartlett <abartlet@samba.org>2014-10-17 12:57:07 +0200
commit71432b9eda6e36222a3fcfcdc185a2459fb07541 (patch)
tree0cf5ea32bb9afab6b2c1667338222cbb87f1aa1f /source3/lib/netapi/cm.c
parent2b9d6d3d9b6766ba2e48523b005a7eecf3e05412 (diff)
downloadsamba-71432b9eda6e36222a3fcfcdc185a2459fb07541.tar.gz
samba-71432b9eda6e36222a3fcfcdc185a2459fb07541.tar.xz
samba-71432b9eda6e36222a3fcfcdc185a2459fb07541.zip
s3:libsmb: Remove unused domain copy stored in cli_state
Change-Id: I7333140906bb3a487205b5760396dcc00a9f49b0 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/lib/netapi/cm.c')
-rw-r--r--source3/lib/netapi/cm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/netapi/cm.c b/source3/lib/netapi/cm.c
index cad84aa18d..4e5bc2f1ae 100644
--- a/source3/lib/netapi/cm.c
+++ b/source3/lib/netapi/cm.c
@@ -115,7 +115,6 @@ static WERROR libnetapi_open_ipc_connection(struct libnetapi_ctx *ctx,
0, 0x20, &cli_ipc);
if (NT_STATUS_IS_OK(status)) {
cli_set_username(cli_ipc, ctx->username);
- cli_set_domain(cli_ipc, ctx->workgroup);
} else {
cli_ipc = NULL;
}