svn commit: samba r3087 - in branches/SAMBA_4_0/source/ntvfs: .

tridge at samba.org tridge at samba.org
Wed Oct 20 12:24:34 GMT 2004


Author: tridge
Date: 2004-10-20 12:24:31 +0000 (Wed, 20 Oct 2004)
New Revision: 3087

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

Log:
fixed a typo



Modified:
   branches/SAMBA_4_0/source/ntvfs/ntvfs_generic.c


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/ntvfs_generic.c
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/ntvfs_generic.c	2004-10-20 12:08:40 UTC (rev 3086)
+++ branches/SAMBA_4_0/source/ntvfs/ntvfs_generic.c	2004-10-20 12:24:31 UTC (rev 3087)
@@ -913,7 +913,7 @@
 		return NT_STATUS_NO_MEMORY;
 	}
 
-	switch (cl2->generic.level) {
+	switch (cl->generic.level) {
 	case RAW_CLOSE_CLOSE:
 		return NT_STATUS_INVALID_LEVEL;
 



More information about the samba-cvs mailing list