svn commit: samba r2030 - branches/SAMBA_4_0/source/ntvfs/simple

tridge at samba.org tridge at samba.org
Tue Aug 24 23:58:00 GMT 2004


Author: tridge
Date: 2004-08-24 23:58:00 +0000 (Tue, 24 Aug 2004)
New Revision: 2030

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2030&nolog=1

Log:
quick hack to allow the simple NTVFS backend to handler base directories with mixed case names


Modified:
   branches/SAMBA_4_0/source/ntvfs/simple/svfs_util.c


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/simple/svfs_util.c
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/simple/svfs_util.c	2004-08-24 23:56:59 UTC (rev 2029)
+++ branches/SAMBA_4_0/source/ntvfs/simple/svfs_util.c	2004-08-24 23:58:00 UTC (rev 2030)
@@ -41,7 +41,7 @@
 	}
 	all_string_sub(ret, "\\", "/", 0);
 
-	strlower(ret);
+	strlower(ret + strlen(private->connectpath));
 
 	return ret;
 }



More information about the samba-cvs mailing list