fix for libxrdp_reset

This commit is contained in:
Jay Sorg 2015-07-11 00:13:50 -07:00
parent 4a553e07af
commit 914b4acf39

View File

@ -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;
}