From be3e3a3d0a09ec018440e6d44182395dcd27e66c Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Tue, 21 May 2024 21:02:33 -0700 Subject: [PATCH] rename old_capture_code to mark unused (cherry picked from commit 2bed4f6b9b1e44394c8dfb294b49ccb9ad1e4bbc) --- common/xrdp_client_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/xrdp_client_info.h b/common/xrdp_client_info.h index 508d548c33..32f593cce3 100644 --- a/common/xrdp_client_info.h +++ b/common/xrdp_client_info.h @@ -180,7 +180,7 @@ struct xrdp_client_info int mcs_early_capability_flags; int max_fastpath_frag_bytes; - int old_capture_code; + int pad0; /* unused */ int capture_format; char certificate[1024];