diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2015-07-11 00:13:50 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2015-07-11 00:13:50 -0700 |
commit | 914b4acf39acae329dd32811b4a1d7e51b040c01 (patch) | |
tree | 06314a9a068b1b74a7d1bdb7443c92056f66ffce /libxrdp | |
parent | 4a553e07af27d99ba1557ffea126a7db2e471dd7 (diff) | |
download | xrdp-proprietary-914b4acf39acae329dd32811b4a1d7e51b040c01.tar.gz xrdp-proprietary-914b4acf39acae329dd32811b4a1d7e51b040c01.zip |
fix for libxrdp_reset
Diffstat (limited to 'libxrdp')
-rw-r--r-- | libxrdp/libxrdp.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libxrdp/libxrdp.c b/libxrdp/libxrdp.c index 32ee2098..acc41444 100644 --- a/libxrdp/libxrdp.c +++ b/libxrdp/libxrdp.c @@ -982,14 +982,6 @@ libxrdp_reset(struct xrdp_session *session, return 1; } - /* process till up and running */ - session->up_and_running = 0; - - if (libxrdp_process_data(session, 0) != 0) - { - g_writeln("non handled error from libxrdp_process_data"); - } - return 0; } |