summaryrefslogtreecommitdiffstats
path: root/sesman/sesman.c
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2005-07-11 00:41:07 +0000
committerjsorg71 <jsorg71>2005-07-11 00:41:07 +0000
commit666b5dd175a1cc837d6ae45d7923679ddeeed241 (patch)
treeee1bfa837f83006eafce57e0126b1e106b7cf179 /sesman/sesman.c
parentd349f6920a4d97632d0216fbd0d48de50498eb4b (diff)
downloadxrdp-proprietary-666b5dd175a1cc837d6ae45d7923679ddeeed241.tar.gz
xrdp-proprietary-666b5dd175a1cc837d6ae45d7923679ddeeed241.zip
SIGCHLD can differ
Diffstat (limited to 'sesman/sesman.c')
-rw-r--r--sesman/sesman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/sesman.c b/sesman/sesman.c
index 0d2ae2f1..2af57885 100644
--- a/sesman/sesman.c
+++ b/sesman/sesman.c
@@ -296,7 +296,7 @@ start_session(int width, int height, int bpp, char* username, char* password)
}
else /* parent */
{
- g_signal(17, cterm); /* SIGCHLD */
+ g_signal_child_stop(cterm); /* SIGCHLD */
session_items[display].pid = pid;
g_strcpy(session_items[display].name, username);
session_items[display].display = display;