mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Updated RDP state machine
* More detailed states * Better transition checks * No more recursive calling of state machine functions
This commit is contained in:
committed by
Martin Fleisz
parent
06c2ab76e0
commit
33827cb920
@@ -395,7 +395,7 @@ int main(int argc, char* argv[])
|
||||
goto fail;
|
||||
}
|
||||
|
||||
if (!stream_dump_register_handlers(context, CONNECTION_STATE_MCS_CONNECT, FALSE))
|
||||
if (!stream_dump_register_handlers(context, CONNECTION_STATE_MCS_CREATE_REQUEST, FALSE))
|
||||
goto fail;
|
||||
|
||||
if (freerdp_client_start(context) != 0)
|
||||
|
||||
Reference in New Issue
Block a user