ntvfs: pass down the client capabilities into the ntvfs layer
[jelmer/samba4-debian.git] / source / ntvfs / ntvfs_util.c
index 7432ac2c13dbacd2be2061f10397b9e88c734705..ebe8008edd05cd157e17f2d2f3e6d0657983e644 100644 (file)
@@ -42,6 +42,7 @@ _PUBLIC_ struct ntvfs_request *ntvfs_request_create(struct ntvfs_context *ctx, T
        req->async_states               = NULL;
        req->session_info               = session_info;
        req->smbpid                     = smbpid;
+       req->client_caps                = ctx->client_caps;
        req->statistics.request_time    = request_time;
 
        async = talloc(req, struct ntvfs_async_state);