diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2012-07-24 19:33:54 -0700 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2012-07-24 19:33:54 -0700 |
| commit | 87ab0218e2af4828a0e9c854afc37eb413a7b4fb (patch) | |
| tree | f4f07b6c26af9c3384cb01a8d54554931f25aeda /xrdp/xrdp_listen.c | |
| parent | fdc6aaad8bc98bb7479a9b93b06bb78a899dab04 (diff) | |
| download | xrdp-proprietary-87ab0218e2af4828a0e9c854afc37eb413a7b4fb.tar.gz xrdp-proprietary-87ab0218e2af4828a0e9c854afc37eb413a7b4fb.zip | |
no logic change, remove tabs
Diffstat (limited to 'xrdp/xrdp_listen.c')
| -rw-r--r-- | xrdp/xrdp_listen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xrdp/xrdp_listen.c b/xrdp/xrdp_listen.c index c24a2e76..82bade84 100644 --- a/xrdp/xrdp_listen.c +++ b/xrdp/xrdp_listen.c @@ -355,7 +355,7 @@ xrdp_listen_main_loop(struct xrdp_listen* self) timeout = -1; if (trans_get_wait_objs(self->listen_trans, robjs, &robjs_count) != 0) { - g_writeln("Listening socket is in wrong state we terminate listener") ; + g_writeln("Listening socket is in wrong state we terminate listener") ; break; } /* wait - timeout -1 means wait indefinitely*/ @@ -375,7 +375,7 @@ xrdp_listen_main_loop(struct xrdp_listen* self) } if (g_is_wait_obj_set(done_obj)) /* pro_done_event */ { - g_reset_wait_obj(done_obj); + g_reset_wait_obj(done_obj); /* a process has died remove it from lists*/ xrdp_listen_delete_done_pro(self); } |
