Index: remoting/protocol/channel_dispatcher_base.cc |
diff --git a/remoting/protocol/channel_dispatcher_base.cc b/remoting/protocol/channel_dispatcher_base.cc |
index c292b2a154aff75281a6e4c87b41e4073df342a0..945f5e2f71b32f9b070cf4d4a909d519f8c4a469 100644 |
--- a/remoting/protocol/channel_dispatcher_base.cc |
+++ b/remoting/protocol/channel_dispatcher_base.cc |
@@ -55,6 +55,7 @@ void ChannelDispatcherBase::OnChannelReady( |
return; |
} |
+ channel_factory_ = NULL; |
channel_ = socket.Pass(); |
OnInitialized(); |