Index: remoting/protocol/connection_to_host.cc |
diff --git a/remoting/protocol/connection_to_host.cc b/remoting/protocol/connection_to_host.cc |
index 811336694884977663c499cc937a5fde511b1262..5ff8422342d0eeaf24c82244d9cb3dc438f99fee 100644 |
--- a/remoting/protocol/connection_to_host.cc |
+++ b/remoting/protocol/connection_to_host.cc |
@@ -123,7 +123,7 @@ void ConnectionToHost::InitSession() { |
local_jid_, signal_strategy_.get(), this, NULL, "", allow_nat_traversal_); |
} |
-const SessionConfig* ConnectionToHost::config() { |
+const SessionConfig& ConnectionToHost::config() { |
return session_->config(); |
} |