diff --git a/rdp.c b/rdp.c index 5b1a089..0c6900b 100644 --- a/rdp.c +++ b/rdp.c @@ -1670,7 +1670,7 @@ rdp_main_loop(RD_BOOL * deactivated, uint32 * ext_disc_reason) { while (rdp_loop(deactivated, ext_disc_reason)) { - if (g_pending_resize) + if (g_pending_resize || g_redirect) { return; }