s4:libcli/smb2: fix smb2_getinfo_send() marshalling
[samba.git] / source4 / smb_server / smb2 / fileinfo.c
index 8c49336642610ce3e0ebe1847fa1c9ba676f1d4f..10ea4eb8c5baa2feb183bf381e18a83bb10e0978 100644 (file)
@@ -224,7 +224,7 @@ void smb2srv_getinfo_recv(struct smb2srv_request *req)
        info->in.getinfo_flags          = IVAL(req->in.body, 0x14);
        info->in.file.ntvfs             = smb2srv_pull_handle(req, req->in.body, 0x18);
        SMB2SRV_CHECK(smb2_pull_o16As32_blob(&req->in, op, 
-                                           req->in.body+0x08, &info->in.blob));
+                                           req->in.body+0x08, &info->in.input_buffer));
 
        SMB2SRV_CHECK_FILE_HANDLE(info->in.file.ntvfs);
        SMB2SRV_CALL_NTVFS_BACKEND(smb2srv_getinfo_backend(op));