diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-07-15 12:50:02 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-07-19 04:04:20 +0200 |
commit | cbc30833d60ad36129cfbf3924086a7e4592a82a (patch) | |
tree | 5ed5fb01f0d4d580f86677df640a6c30f275eada /auth | |
parent | 9130bbb7e5c3268cf51c8be01bea0cd64b0e1304 (diff) | |
download | samba-cbc30833d60ad36129cfbf3924086a7e4592a82a.tar.gz samba-cbc30833d60ad36129cfbf3924086a7e4592a82a.tar.bz2 samba-cbc30833d60ad36129cfbf3924086a7e4592a82a.zip |
auth/credentials: Remove extra newline
Diffstat (limited to 'auth')
-rw-r--r-- | auth/credentials/credentials_secrets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/credentials/credentials_secrets.c b/auth/credentials/credentials_secrets.c index 8206173194..ab7f5e8405 100644 --- a/auth/credentials/credentials_secrets.c +++ b/auth/credentials/credentials_secrets.c @@ -93,7 +93,7 @@ _PUBLIC_ NTSTATUS cli_credentials_set_secrets(struct cli_credentials *cred, NULL, 0, "%s", filter); if (ldb_ret != LDB_SUCCESS) { - *error_string = talloc_asprintf(cred, "Could not find entry to match filter: '%s' base: '%s': %s: %s\n", + *error_string = talloc_asprintf(cred, "Could not find entry to match filter: '%s' base: '%s': %s: %s", filter, base ? base : "", ldb_strerror(ldb_ret), ldb_errstring(ldb)); /* set anonymous as the fallback, if the machine account won't work */ |