From cee18cb96f0201f7ef0e9545c8e32da826b8220a Mon Sep 17 00:00:00 2001 From: pawelz Date: Wed, 10 Sep 2008 13:32:57 +0000 Subject: [PATCH] - bugfix - sent to xrdp-devel mailing list Changed files: xrdp-signals.patch -> 1.1 --- xrdp-signals.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 xrdp-signals.patch diff --git a/xrdp-signals.patch b/xrdp-signals.patch new file mode 100644 index 0000000..4dfa40b --- /dev/null +++ b/xrdp-signals.patch @@ -0,0 +1,12 @@ +diff -Naur xrdp-0.4.1.orig/sesman/session.c xrdp-0.4.1/sesman/session.c +--- xrdp-0.4.1.orig/sesman/session.c 2007-05-28 01:30:34.000000000 +0200 ++++ xrdp-0.4.1/sesman/session.c 2008-09-10 15:01:42.000000000 +0200 +@@ -237,7 +237,7 @@ + } + else if (pid == 0) /* child sesman */ + { +- g_unset_signals(); ++ /* g_unset_signals(); */ + auth_start_session(data, display); + g_sprintf(geometry, "%dx%d", width, height); + g_sprintf(depth, "%d", bpp); -- 2.43.0