[fflush] remove of unnecessary fflush
This commit is contained in:
parent
cf76e70e85
commit
60ceff95c5
@ -139,7 +139,6 @@ static BOOL wf_end_paint(rdpContext* context)
|
||||
|
||||
PostMessage(wfc->hwnd, WM_FREERDP_SHOWWINDOW, 0, 0);
|
||||
WLog_INFO(TAG, "Window is shown!");
|
||||
fflush(stdout);
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
@ -1045,7 +1044,6 @@ static DWORD WINAPI wf_client_thread(LPVOID lpParam)
|
||||
continue;
|
||||
|
||||
WLog_ERR(TAG, "Failed to check FreeRDP file descriptor");
|
||||
fflush(stdout);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@ -1122,7 +1122,7 @@ BOOL rts_read_pdu_header(wStream* s, rpcconn_hdr_t* header)
|
||||
return FALSE;
|
||||
|
||||
WLog_DBG(TAG, "Reading PDU type %s", rts_pdu_ptype_to_string(header->common.ptype));
|
||||
fflush(stdout);
|
||||
|
||||
switch (header->common.ptype)
|
||||
{
|
||||
case PTYPE_ALTER_CONTEXT:
|
||||
|
Loading…
Reference in New Issue
Block a user