From c7b4e4d96eeee6c872825712f1f8f05f0e671df8 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Mon, 6 Sep 2021 07:22:47 +1000 Subject: [PATCH] Make the missing function actually match the declaration. --- xrdp-0.9.17-missing-rfb-func.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xrdp-0.9.17-missing-rfb-func.patch b/xrdp-0.9.17-missing-rfb-func.patch index 171ab96..ae7ce66 100644 --- a/xrdp-0.9.17-missing-rfb-func.patch +++ b/xrdp-0.9.17-missing-rfb-func.patch @@ -1,12 +1,12 @@ 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:11:11.863754188 +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 */ -+static const char * ++const char * +rfb_get_eds_status_msg(unsigned int response_code) +{ + return "";