ntvfs: pass down the client capabilities into the ntvfs layer
[jelmer/samba4-debian.git] / source / rpc_server / srvsvc / srvsvc_ntvfs.c
index ccd6c4f74ebe094bfba2d35b8c6401c6bd91c693..43fb24c0c36cc64d8574ffba42ed3ed3ccd2eeb3 100644 (file)
@@ -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,