Updated reconnect to handle cases where PostConnect was not called
authorArmin Novak <armin.novak@thincast.com>
Tue, 10 Jul 2018 10:04:27 +0000 (12:04 +0200)
committerArmin Novak <armin.novak@thincast.com>
Tue, 10 Jul 2018 10:04:27 +0000 (12:04 +0200)
commit7a39dcd7e2eea8b9b77cda2ffde5129563be7e1d
tree14c749f048d7b82095d1b882936a302fc1119200
parentc9cebf6ed67d61736bd075419a6cf4b4a2f3a64f
Updated reconnect to handle cases where PostConnect was not called

freerdp_reconnect might be called after a freerdp_connect failed due
to a TCP timeout waiting for user input.
In such cases we need to know if PostConect was already called and
do that if not.
libfreerdp/core/connection.c
libfreerdp/core/connection.h
libfreerdp/core/freerdp.c
libfreerdp/core/nego.c