On 08/03/2011 10:54 PM, Alon Levy wrote:
3f8d7e59dbd94b1837503f37b5065698df3ffbc7 introduced a regression, after sending one attach_channels message we never send another one. Fix by resetting on disconnect. --- client/red_client.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)diff --git a/client/red_client.cpp b/client/red_client.cpp index dbca036..a895261 100644 --- a/client/red_client.cpp +++ b/client/red_client.cpp @@ -538,6 +538,7 @@ void RedClient::connect(bool wait_main_disconnect) void RedClient::disconnect() { _migrate.abort(); + _msg_attach_channels_sent = false; RedChannel::disconnect(); }
Ack. _______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
