]> git.pld-linux.org Git - packages/xrdp.git/commitdiff
- bugfix
authorpawelz <pawelz@pld-linux.org>
Wed, 10 Sep 2008 13:32:57 +0000 (13:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- sent to xrdp-devel mailing list

Changed files:
    xrdp-signals.patch -> 1.1

xrdp-signals.patch [new file with mode: 0644]

diff --git a/xrdp-signals.patch b/xrdp-signals.patch
new file mode 100644 (file)
index 0000000..4dfa40b
--- /dev/null
@@ -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);
This page took 0.14332 seconds and 4 git commands to generate.