Remove patch for missing rfb_get_eds_status_msg() function.
This commit is contained in:
parent
6f0cdbe6a8
commit
fb9d6d0507
@ -1,17 +0,0 @@
|
|||||||
diff -ruN xrdp-0.9.17-v/vnc/vnc.c xrdp-0.9.17/vnc/vnc.c
|
|
||||||
--- xrdp-0.9.17-v/vnc/vnc.c 2021-09-01 11:30:54.000000000 +1000
|
|
||||||
+++ xrdp-0.9.17/vnc/vnc.c 2021-09-06 07:22:39.680347055 +1000
|
|
||||||
@@ -1194,6 +1194,13 @@
|
|
||||||
return error;
|
|
||||||
}
|
|
||||||
|
|
||||||
+/* Trivially implement missing function */
|
|
||||||
+const char *
|
|
||||||
+rfb_get_eds_status_msg(unsigned int response_code)
|
|
||||||
+{
|
|
||||||
+ return "";
|
|
||||||
+}
|
|
||||||
+
|
|
||||||
/**************************************************************************//**
|
|
||||||
* Looks for a resize confirm in a framebuffer update request
|
|
||||||
*
|
|
@ -34,7 +34,6 @@ Patch6: xrdp-0.9.18-vnc-uninit.patch
|
|||||||
%if 0%{?fedora} >= 32 || 0%{?rhel} >= 8
|
%if 0%{?fedora} >= 32 || 0%{?rhel} >= 8
|
||||||
Patch7: xrdp-0.9.15-sesman-ini.patch
|
Patch7: xrdp-0.9.15-sesman-ini.patch
|
||||||
%endif
|
%endif
|
||||||
Patch8: xrdp-0.9.17-missing-rfb-func.patch
|
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
Loading…
Reference in New Issue
Block a user