[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-1515-g3a1bcbf

Jeremy Allison jra at samba.org
Fri Jan 18 21:47:39 GMT 2008


The branch, v3-2-test has been updated
       via  3a1bcbfa7ca2b55265eb486e2b7c740e04775698 (commit)
      from  843e1694cfe4a999ed14a9c215b8e77723d0fe79 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 3a1bcbfa7ca2b55265eb486e2b7c740e04775698
Author: Jeremy Allison <jra at samba.org>
Date:   Fri Jan 18 13:47:10 2008 -0800

    Fix error message for new allinfo command.
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source/client/client.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/client/client.c b/source/client/client.c
index 59ca2e0..28b4a2b 100644
--- a/source/client/client.c
+++ b/source/client/client.c
@@ -1600,7 +1600,7 @@ static int cmd_allinfo(void)
 	}
 
 	if (!next_token_talloc(ctx, &cmd_ptr, &buf, NULL)) {
-		d_printf("altname <file>\n");
+		d_printf("allinfo <file>\n");
 		return 1;
 	}
 	name = talloc_asprintf_append(name, buf);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list