diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-09-26 03:10:19 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-10-17 12:57:07 +0200 |
commit | 71432b9eda6e36222a3fcfcdc185a2459fb07541 (patch) | |
tree | 0cf5ea32bb9afab6b2c1667338222cbb87f1aa1f /source3/rpcclient | |
parent | 2b9d6d3d9b6766ba2e48523b005a7eecf3e05412 (diff) | |
download | samba-71432b9eda6e36222a3fcfcdc185a2459fb07541.tar.gz |
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/rpcclient')
-rw-r--r-- | source3/rpcclient/rpcclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index a573106d6e1..59685051a4d 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -215,7 +215,7 @@ static void fetch_machine_sid(struct cli_state *cli) TALLOC_FREE(lsapipe); } - fprintf(stderr, "could not obtain sid for domain %s\n", cli->domain); + fprintf(stderr, "could not obtain sid from server\n"); if (!NT_STATUS_IS_OK(result)) { fprintf(stderr, "error: %s\n", nt_errstr(result)); |