libfreerdp-core: disable asynchronous mode for now

This commit is contained in:
Marc-André Moreau 2013-01-25 13:17:51 -05:00
parent c46074f926
commit f6080b0c22
1 changed files with 1 additions and 1 deletions

View File

@ -764,7 +764,7 @@ rdpUpdate* update_new(rdpRdp* rdp)
update->SuppressOutput = update_send_suppress_output;
update->initialState = TRUE;
update->asynchronous = TRUE;
//update->asynchronous = TRUE;
if (update->asynchronous)
{