diff --git a/xrdp-fate318398-change-expired-password.patch b/xrdp-fate318398-change-expired-password.patch index 71ae11d..8e4453b 100644 --- a/xrdp-fate318398-change-expired-password.patch +++ b/xrdp-fate318398-change-expired-password.patch @@ -797,16 +797,6 @@ Index: xrdp-0.9.15/xrdp/xrdp_wm.c } } } -@@ -2107,6 +2143,9 @@ xrdp_wm_show_log(struct xrdp_wm *self) - return 0; - } - -+ /* delete all dialogs, they will be created when needed anyway */ -+ xrdp_wm_delete_all_children(self); -+ - if (self->log_wnd == 0) - { - w = DEFAULT_WND_LOG_W; Index: xrdp-0.9.15/xrdp/xrdp.h =================================================================== --- xrdp-0.9.15.orig/xrdp/xrdp.h diff --git a/xrdp.changes b/xrdp.changes index 86ec083..719af5a 100644 --- a/xrdp.changes +++ b/xrdp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 11 13:46:09 UTC 2021 - Daike Yu + +- Fix crash in xrdp-fate318398-change-expired-password.patch (bsc#1187258) + ------------------------------------------------------------------- Wed Jan 6 07:06:23 UTC 2021 - Felix Zhang