1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r15694: 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
(This used to be commit 2a9e55fafc)
This commit is contained in:
Stefan Metzmacher 2006-05-18 12:34:37 +00:00 committed by Gerald (Jerry) Carter
parent 799113e1f9
commit e6da54799c

View File

@ -175,7 +175,7 @@ static NTSTATUS cvfs_connect(struct ntvfs_module_context *ntvfs,
"cifs", "mapgeneric", False);
private->map_trans2 = lp_parm_bool(ntvfs->ctx->config.snum,
"cifs", "maptrans2", False);
"cifs", "maptrans2", True);
return NT_STATUS_OK;
}