svn commit: samba r20236 - in branches/SAMBA_3_0_24/source/modules: .

jra at samba.org jra at samba.org
Mon Dec 18 02:06:14 GMT 2006


Author: jra
Date: 2006-12-18 02:06:13 +0000 (Mon, 18 Dec 2006)
New Revision: 20236

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20236

Log:
Janitor for James.... remember we're going to
ship from SAMBA_3_0_24.
Jeremy.

Modified:
   branches/SAMBA_3_0_24/source/modules/charset_macosxfs.c


Changeset:
Modified: branches/SAMBA_3_0_24/source/modules/charset_macosxfs.c
===================================================================
--- branches/SAMBA_3_0_24/source/modules/charset_macosxfs.c	2006-12-18 01:59:42 UTC (rev 20235)
+++ branches/SAMBA_3_0_24/source/modules/charset_macosxfs.c	2006-12-18 02:06:13 UTC (rev 20236)
@@ -62,7 +62,7 @@
 {
 	if (newsize > *size) {
 		*size = newsize + 128;
-		buffer = realloc(buffer, *size);
+		buffer = SMB_REALLOC(buffer, *size);
 	}
 	return buffer;
 }



More information about the samba-cvs mailing list