summaryrefslogtreecommitdiffstats
path: root/sesman/sesman.c
diff options
context:
space:
mode:
authorilsimo <ilsimo>2005-10-09 19:57:16 +0000
committerilsimo <ilsimo>2005-10-09 19:57:16 +0000
commitb2e120e688a3c9e091a01b720f7766d2a40ac39d (patch)
tree4bd3e1c7394df6e9c1d4829ff445fd63fcff29d1 /sesman/sesman.c
parent2fa674469f185d4bbdd8ab8d5b5dd5103b7d6f6b (diff)
downloadxrdp-proprietary-b2e120e688a3c9e091a01b720f7766d2a40ac39d.tar.gz
xrdp-proprietary-b2e120e688a3c9e091a01b720f7766d2a40ac39d.zip
fixing some typos in Makefiles
Diffstat (limited to 'sesman/sesman.c')
-rw-r--r--sesman/sesman.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sesman/sesman.c b/sesman/sesman.c
index 54e78147..c13cea16 100644
--- a/sesman/sesman.c
+++ b/sesman/sesman.c
@@ -78,11 +78,8 @@ main(int argc, char** argv)
/* start of daemonizing code */
g_pid = g_fork();
- g_printf("forkando: %d\n",g_pid);
-
if (0!=g_pid)
{
- g_printf("il processo %d esce...\n",g_pid);
g_exit(0);
}