diff options
| author | jsorg71 <jsorg71> | 2005-07-07 03:36:56 +0000 |
|---|---|---|
| committer | jsorg71 <jsorg71> | 2005-07-07 03:36:56 +0000 |
| commit | 7ad052552763f883ff00d59d077b6f552b3a200a (patch) | |
| tree | 89ed3e0f9a4abe994be348092cf64bc9b37377e9 /xrdp/xrdp_listen.c | |
| parent | ef1be2c6d3251139a50e1cf5c5e812741471b34a (diff) | |
| download | xrdp-proprietary-7ad052552763f883ff00d59d077b6f552b3a200a.tar.gz xrdp-proprietary-7ad052552763f883ff00d59d077b6f552b3a200a.zip | |
added clipping functions to the mod interface
Diffstat (limited to 'xrdp/xrdp_listen.c')
| -rw-r--r-- | xrdp/xrdp_listen.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xrdp/xrdp_listen.c b/xrdp/xrdp_listen.c index e71b8180..1e399368 100644 --- a/xrdp/xrdp_listen.c +++ b/xrdp/xrdp_listen.c @@ -149,6 +149,10 @@ xrdp_listen_main_loop(struct xrdp_listen* self) error = g_tcp_bind(self->sck, "3389"); if (error != 0) { + error = g_tcp_bind(self->sck, "3390"); + } + if (error != 0) + { g_printf("bind error in xrdp_listen_main_loop\n\r"); g_tcp_close(self->sck); self->status = -1; |
