diff options
author | jsorg71 <jsorg71> | 2005-02-19 23:08:49 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2005-02-19 23:08:49 +0000 |
commit | 2999a3c8313d3fcb64413d827c1380890533c451 (patch) | |
tree | 70ba00a2815c8866927dfcd000148f91c87f6002 /sesman | |
parent | 97b2519fd4b2445f0108f6458154d736a0a1191a (diff) | |
download | xrdp-proprietary-2999a3c8313d3fcb64413d827c1380890533c451.tar.gz xrdp-proprietary-2999a3c8313d3fcb64413d827c1380890533c451.zip |
gata give X more time to start
Diffstat (limited to 'sesman')
-rw-r--r-- | sesman/sesman.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/sesman.c b/sesman/sesman.c index 3b1dae5e..fbc6c025 100644 --- a/sesman/sesman.c +++ b/sesman/sesman.c @@ -332,7 +332,7 @@ int start_session(int width, int height, int bpp, char* username, session_items[display].width = width; session_items[display].height = height; session_items[display].bpp = bpp; - g_sleep(1000); + g_sleep(5000); } return display; } |