diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2011-05-28 23:57:59 -0700 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2011-05-28 23:57:59 -0700 |
| commit | d3a505b78f0720558018ad761bd8ad4fb8eb4797 (patch) | |
| tree | 5a28f3546d8cdfa5c71949414848e664dc9bc103 /xrdp/xrdp_listen.c | |
| parent | 0da32da2d8089439316b1ad8f004047dd5d0fe36 (diff) | |
| download | xrdp-proprietary-d3a505b78f0720558018ad761bd8ad4fb8eb4797.tar.gz xrdp-proprietary-d3a505b78f0720558018ad761bd8ad4fb8eb4797.zip | |
minor changes
Diffstat (limited to 'xrdp/xrdp_listen.c')
| -rw-r--r-- | xrdp/xrdp_listen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xrdp/xrdp_listen.c b/xrdp/xrdp_listen.c index 2348ea2a..2b6137ce 100644 --- a/xrdp/xrdp_listen.c +++ b/xrdp/xrdp_listen.c @@ -182,7 +182,6 @@ xrdp_listen_conn_in(struct trans* self, struct trans* new_self) struct xrdp_process* process; struct xrdp_listen* lis; - g_writeln("xrdp_listen_conn_in: hello"); lis = (struct xrdp_listen*)(self->callback_data); process = xrdp_process_create(lis, lis->pro_done_event); if (xrdp_listen_add_pro(lis, process) == 0) |
