auth/credentials: Remove extra newline
authorAndrew Bartlett <abartlet@samba.org>
Sun, 15 Jul 2012 02:50:02 +0000 (12:50 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 19 Jul 2012 02:04:20 +0000 (04:04 +0200)
auth/credentials/credentials_secrets.c

index 82061731945bd1ca6fd273b0bee48d6c7c1f8d5a..ab7f5e8405c3ccd38bbda2bd93158bcd4281989f 100644 (file)
@@ -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 */