Planning 3.0alpha21 for Friday (10/25)

Urban Widmark urban at teststation.com
Thu Nov 7 19:35:04 GMT 2002


On Wed, 23 Oct 2002, Gerald (Jerry) Carter wrote:

> > Any chance of someone reviewing and possibly adding these changes before
> > then? I first posted this on the 19th.
> 
> I'll grab them.
> 

Did you do anything with it beyond grabbing ... :)
As far as my cvs client can tell this had not made it in yet.

Here it is again, minus the part that wouldn't work for all multibyte
charsets. For 3_0 and HEAD.

/Urban


diff -urN -X exclude samba-3_0.old/source/libsmb/cliconnect.c samba-3_0/source/libsmb/cliconnect.c
--- samba-3_0.old/source/libsmb/cliconnect.c	Thu Oct 17 19:10:24 2002
+++ samba-3_0/source/libsmb/cliconnect.c	Sat Oct 19 12:13:30 2002
@@ -124,6 +124,9 @@
 	if (cli->capabilities & CAP_UNICODE)
 		capabilities |= CAP_UNICODE;
 
+	if (cli->capabilities & CAP_LARGE_FILES)
+		capabilities |= CAP_LARGE_FILES;
+
 	return capabilities;
 }
 
diff -urN -X exclude samba-3_0.old/source/lib/util_unistr.c samba-3_0/source/lib/util_unistr.c
--- samba-3_0.old/source/lib/util_unistr.c	Wed Sep 25 17:18:52 2002
+++ samba-3_0/source/lib/util_unistr.c	Sat Oct 19 20:45:34 2002
@@ -335,6 +335,7 @@
 		if (c == *s) return (smb_ucs2_t *)s;
 		s++;
 	}
+	if (c == *s) return (smb_ucs2_t *)s;
 	return NULL;
 }
 




More information about the samba-technical mailing list