[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-971-ga0494b1

Jeremy Allison jra at samba.org
Sun Dec 30 06:54:47 GMT 2007


The branch, v3-2-test has been updated
       via  a0494b115b644c1c4afa50442c46a54779687571 (commit)
      from  f02bf419282419950471deae74c4a6fe1543ed26 (commit)

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


- Log -----------------------------------------------------------------
commit a0494b115b644c1c4afa50442c46a54779687571
Author: Jeremy Allison <jra at samba.org>
Date:   Sat Dec 29 22:42:20 2007 -0800

    Fix error message.
    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 3d52998..2a86035 100644
--- a/source/client/client.c
+++ b/source/client/client.c
@@ -3807,7 +3807,7 @@ int cmd_iosize(void)
 	if (smb_encrypt && (iosize < 0x4000 || iosize > 0xFC00)) {
 		d_printf("iosize out of range for encrypted "
 			"connection (min = 16384 (0x4000), "
-			"max = 16776960 (0xFC00)");
+			"max = 64512 (0xFC00)");
 		return 1;
 	} else if (!smb_encrypt && (iosize < 0x4000 || iosize > 0xFFFF00)) {
 		d_printf("iosize out of range (min = 16384 (0x4000), "


-- 
Samba Shared Repository


More information about the samba-cvs mailing list