Index: remoting/host/daemon_process.cc |
diff --git a/remoting/host/daemon_process.cc b/remoting/host/daemon_process.cc |
index 8c7cf67c7a6643dbc0d20e9d27d11f7d73fd8a29..057cecc22b290f4dd62826c0c594a16745362a4f 100644 |
--- a/remoting/host/daemon_process.cc |
+++ b/remoting/host/daemon_process.cc |
@@ -209,7 +209,6 @@ void DaemonProcess::CreateDesktopSession(int terminal_id, |
LOG(ERROR) << "Failed to create a desktop session."; |
SendToNetwork( |
new ChromotingDaemonNetworkMsg_TerminalDisconnected(terminal_id)); |
- return; |
} |
// Update the expected terminal ID. |
Wez
2013/03/12 01:21:11
nit: Consider updating the comment, e.g. The expec
alexeypa (please no reviews)
2013/03/12 20:21:15
Done. Also moved this up because |next_terminal_id
Wez
2013/03/13 22:30:27
Much nicer. :)
|