From cbc30833d60ad36129cfbf3924086a7e4592a82a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 15 Jul 2012 12:50:02 +1000 Subject: auth/credentials: Remove extra newline --- auth/credentials/credentials_secrets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth') 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 */ -- cgit