summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_process.c
diff options
context:
space:
mode:
authorArvidNorr <norrarvid@gmail.com>2013-01-16 01:28:35 -0800
committerArvidNorr <norrarvid@gmail.com>2013-01-16 01:28:35 -0800
commita2bbbd8cc336bedbda61a6af47d90bcccbe6aead (patch)
tree9329f489b5dd4e245ee4c635d7dd18f553e260f3 /xrdp/xrdp_process.c
parentb2c242f50eed96431e19c5905fc1c0269709da7c (diff)
downloadxrdp-proprietary-a2bbbd8cc336bedbda61a6af47d90bcccbe6aead.tar.gz
xrdp-proprietary-a2bbbd8cc336bedbda61a6af47d90bcccbe6aead.zip
Display PAM error in gateway setup, use domain name as IP/DNS, changed how the socket is closed
Diffstat (limited to 'xrdp/xrdp_process.c')
-rw-r--r--xrdp/xrdp_process.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xrdp/xrdp_process.c b/xrdp/xrdp_process.c
index e3b846ea..070dc697 100644
--- a/xrdp/xrdp_process.c
+++ b/xrdp/xrdp_process.c
@@ -197,14 +197,14 @@ xrdp_process_main_loop(struct xrdp_process *self)
break;
}
}
-
+ /* send disconnect message if possible */
libxrdp_disconnect(self->session);
}
else
{
g_writeln("xrdp_process_main_loop: libxrdp_process_incomming failed");
}
-
+ /* Run end in module */
xrdp_process_mod_end(self);
libxrdp_exit(self->session);
self->session = 0;