diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2010-10-22 19:45:18 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2010-10-22 19:45:18 -0700 |
commit | 8846b589de9c5580fa840e693444cdfd1ee685d5 (patch) | |
tree | 00030b4d249f895ee04886c2b47cc7b33526e9ab /xrdp/xrdp_listen.c | |
parent | 368db230613a5dbb3de6f07764845110102ae9f6 (diff) | |
download | xrdp-proprietary-8846b589de9c5580fa840e693444cdfd1ee685d5.tar.gz xrdp-proprietary-8846b589de9c5580fa840e693444cdfd1ee685d5.zip |
use en-us keymap file if no keymap file
Diffstat (limited to 'xrdp/xrdp_listen.c')
-rw-r--r-- | xrdp/xrdp_listen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp_listen.c b/xrdp/xrdp_listen.c index c5746281..80aa64d3 100644 --- a/xrdp/xrdp_listen.c +++ b/xrdp/xrdp_listen.c @@ -225,7 +225,7 @@ xrdp_listen_main_loop(struct xrdp_listen* self) self->status = -1; return 1; } - error = trans_listen_address(self->listen_trans, port,address); + error = trans_listen_address(self->listen_trans, port, address); if (error == 0) { self->listen_trans->trans_conn_in = xrdp_listen_conn_in; |