]> git.pld-linux.org Git - packages/xrdp.git/blob - xrdp-signals.patch
- bugfix
[packages/xrdp.git] / xrdp-signals.patch
1 diff -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.05186 seconds and 3 git commands to generate.