svn commit: samba r2402 - in branches/SAMBA_4_0/source/lib: .

tridge at samba.org tridge at samba.org
Sat Sep 18 08:13:28 GMT 2004


Author: tridge
Date: 2004-09-18 08:13:28 +0000 (Sat, 18 Sep 2004)
New Revision: 2402

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/lib&rev=2402&nolog=1

Log:
to make ms_fnmatch() case-insensitive we need toupper_w() exposed


Modified:
   branches/SAMBA_4_0/source/lib/util_unistr.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/util_unistr.c
===================================================================
--- branches/SAMBA_4_0/source/lib/util_unistr.c	2004-09-18 08:13:06 UTC (rev 2401)
+++ branches/SAMBA_4_0/source/lib/util_unistr.c	2004-09-18 08:13:28 UTC (rev 2402)
@@ -162,7 +162,7 @@
  Convert a wchar to upper case.
 ********************************************************************/
 
-static smb_ucs2_t toupper_w(smb_ucs2_t val)
+smb_ucs2_t toupper_w(smb_ucs2_t val)
 {
 	return upcase_table[SVAL(&val,0)];
 }



More information about the samba-cvs mailing list