mirror of
https://github.com/samba-team/samba.git
synced 2025-10-19 23:33:15 +03:00
ntvfs: pass down the client capabilities into the ntvfs layer
Note that we don't use any protocol specific values here. For now only NTVFS_CLIENT_CAP_LEVEL_II_OPLOCKS is defined others should be defined, when we find out that the ntvfs layer needs to know about it. metze
This commit is contained in:
@@ -98,6 +98,7 @@ NTSTATUS srvsvc_create_ntvfs_context(struct dcesrv_call_state *dce_call,
|
||||
/* init ntvfs function pointers */
|
||||
status = ntvfs_init_connection(c, scfg, type,
|
||||
PROTOCOL_NT1,
|
||||
0,/* ntvfs_client_caps */
|
||||
dce_call->event_ctx,
|
||||
dce_call->conn->msg_ctx,
|
||||
dce_call->conn->dce_ctx->lp_ctx,
|
||||
|
Reference in New Issue
Block a user