From b97fbf58886427fbb7f3181694bf6f9648f5d0f4 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 18 Jan 2008 13:47:10 -0800 Subject: Fix error message for new allinfo command. Jeremy. (This used to be commit 3a1bcbfa7ca2b55265eb486e2b7c740e04775698) --- source3/client/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/client/client.c b/source3/client/client.c index 59ca2e0adc..28b4a2b24b 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -1600,7 +1600,7 @@ static int cmd_allinfo(void) } if (!next_token_talloc(ctx, &cmd_ptr, &buf, NULL)) { - d_printf("altname \n"); + d_printf("allinfo \n"); return 1; } name = talloc_asprintf_append(name, buf); -- cgit