| Index: webrtc/p2p/base/testturnserver.h
|
| diff --git a/webrtc/p2p/base/testturnserver.h b/webrtc/p2p/base/testturnserver.h
|
| index 3d6074dc9b51100829678adce7a771478e9b5c48..43d363cb35b41aeae09245b7c2a474cad77b43b6 100644
|
| --- a/webrtc/p2p/base/testturnserver.h
|
| +++ b/webrtc/p2p/base/testturnserver.h
|
| @@ -99,7 +99,7 @@ class TestTurnServer : public TurnAuthInterface {
|
| for (TurnServer::AllocationMap::const_iterator it = map.begin();
|
| it != map.end(); ++it) {
|
| if (src == it->first.src()) {
|
| - return it->second;
|
| + return it->second.get();
|
| }
|
| }
|
| return NULL;
|
|
|