diff options
Diffstat (limited to 'sesman/sesman.c')
-rw-r--r-- | sesman/sesman.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sesman/sesman.c b/sesman/sesman.c index fbc6c025..503f112d 100644 --- a/sesman/sesman.c +++ b/sesman/sesman.c @@ -307,7 +307,8 @@ int start_session(int width, int height, int bpp, char* username, else if (xpid == 0) // child { execlp("Xvnc", "Xvnc", screen, "-geometry", geometry, - "-depth", depth, "-bs", "-rfbauth", passwd_file, NULL); + "-depth", depth, "-bs", "-rfbauth", passwd_file, + NULL); // should not get here g_printf("error\n"); _exit(0); |