]> git.pld-linux.org Git - packages/xrdp.git/blame - xrdp-signals.patch
- Update to versin 0.4.2
[packages/xrdp.git] / xrdp-signals.patch
CommitLineData
cee18cb9 1diff -Naur xrdp-0.4.1.orig/sesman/session.c xrdp-0.4.1/sesman/session.c
2--- xrdp-0.4.1.orig/sesman/session.c 2007-05-28 01:30:34.000000000 +0200
3+++ xrdp-0.4.1/sesman/session.c 2008-09-10 15:01:42.000000000 +0200
4@@ -237,7 +237,7 @@
5 }
6 else if (pid == 0) /* child sesman */
7 {
8- g_unset_signals();
9+ /* g_unset_signals(); */
10 auth_start_session(data, display);
11 g_sprintf(geometry, "%dx%d", width, height);
12 g_sprintf(depth, "%d", bpp);
This page took 0.059892 seconds and 4 git commands to generate.