From e08eee4db0cf270346de06ae55b81ae9579d87a1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 14 Aug 2003 04:14:49 +0000 Subject: fixed allinfo bug reported by metze (This used to be commit 0b7e5d6353837b24a3588ddd62e793b025432f10) --- source4/client/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/client') diff --git a/source4/client/client.c b/source4/client/client.c index dc2883e6e2..965984313d 100644 --- a/source4/client/client.c +++ b/source4/client/client.c @@ -1646,7 +1646,7 @@ static int cmd_allinfo(void) pstrcpy(fname,cur_dir); if (!next_token_nr(NULL,buf,NULL,sizeof(buf))) { - d_printf("deltree \n"); + d_printf("allinfo \n"); return 1; } pstrcat(fname,buf); -- cgit