diff options
author | ilsimo <ilsimo> | 2005-10-09 19:57:16 +0000 |
---|---|---|
committer | ilsimo <ilsimo> | 2005-10-09 19:57:16 +0000 |
commit | b2e120e688a3c9e091a01b720f7766d2a40ac39d (patch) | |
tree | 4bd3e1c7394df6e9c1d4829ff445fd63fcff29d1 /sesman/sesman.c | |
parent | 2fa674469f185d4bbdd8ab8d5b5dd5103b7d6f6b (diff) | |
download | xrdp-proprietary-b2e120e688a3c9e091a01b720f7766d2a40ac39d.tar.gz xrdp-proprietary-b2e120e688a3c9e091a01b720f7766d2a40ac39d.zip |
fixing some typos in Makefiles
Diffstat (limited to 'sesman/sesman.c')
-rw-r--r-- | sesman/sesman.c | 3 |
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); } |