diff options
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)); |