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

metze at samba.org metze at samba.org
Thu May 18 12:34:38 GMT 2006


Author: metze
Date: 2006-05-18 12:34:37 +0000 (Thu, 18 May 2006)
New Revision: 15694

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

Log:
for the cifs backend it's desired that we pull and repush
the packets with our parsing code for the most stuff.

So make cifs:maptrans2=yes the default.

metze
Modified:
   branches/SAMBA_4_0/source/ntvfs/cifs/vfs_cifs.c


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/cifs/vfs_cifs.c
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/cifs/vfs_cifs.c	2006-05-18 12:32:23 UTC (rev 15693)
+++ branches/SAMBA_4_0/source/ntvfs/cifs/vfs_cifs.c	2006-05-18 12:34:37 UTC (rev 15694)
@@ -175,7 +175,7 @@
 					    "cifs", "mapgeneric", False);
 
 	private->map_trans2 = lp_parm_bool(ntvfs->ctx->config.snum,
-					   "cifs", "maptrans2", False);
+					   "cifs", "maptrans2", True);
 
 	return NT_STATUS_OK;
 }



More information about the samba-cvs mailing list