summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_samdump.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-09-18 09:54:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:56 -0500
commite7ede84c331b112efa5232d0f7dcc6732b95aebe (patch)
tree03d4c9855a05e0fc68032ed0e5ed3ddd9bb9d727 /source4/libnet/libnet_samdump.c
parent6e47a2bb75b17aa8d261aed8a60c3f281f8f58fa (diff)
downloadsamba-e7ede84c331b112efa5232d0f7dcc6732b95aebe.tar.gz
samba-e7ede84c331b112efa5232d0f7dcc6732b95aebe.tar.bz2
samba-e7ede84c331b112efa5232d0f7dcc6732b95aebe.zip
r18609: error_string should not contain newlines.
Guenther (This used to be commit 556666756418ad50c533199c736fe3696a7e20cb)
Diffstat (limited to 'source4/libnet/libnet_samdump.c')
-rw-r--r--source4/libnet/libnet_samdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libnet/libnet_samdump.c b/source4/libnet/libnet_samdump.c
index a8b5c39f96..8ece324741 100644
--- a/source4/libnet/libnet_samdump.c
+++ b/source4/libnet/libnet_samdump.c
@@ -188,7 +188,7 @@ NTSTATUS libnet_SamDump(struct libnet_context *ctx, TALLOC_CTX *mem_ctx, struct
s->secret.data, s->secret.length,
(void **)&secret_string) == -1) {
r->out.error_string = talloc_asprintf(mem_ctx,
- "Could not convert secret for domain %s to a string\n",
+ "Could not convert secret for domain %s to a string",
t->name);
talloc_free(samdump_state);
return NT_STATUS_INVALID_PARAMETER;