Index: webrtc/p2p/stunprober/main.cc |
diff --git a/webrtc/p2p/stunprober/main.cc b/webrtc/p2p/stunprober/main.cc |
index 076113ce680cef54ffb3e96418deaef078afaf6d..9ef91e071b5b016bec0673251de820841bc653c8 100644 |
--- a/webrtc/p2p/stunprober/main.cc |
+++ b/webrtc/p2p/stunprober/main.cc |
@@ -117,7 +117,7 @@ int main(int argc, char** argv) { |
} |
rtc::InitializeSSL(); |
- rtc::InitRandom(rtc::Time()); |
+ rtc::InitRandom(rtc::Time32()); |
rtc::Thread* thread = rtc::ThreadManager::Instance()->WrapCurrentThread(); |
rtc::scoped_ptr<rtc::BasicPacketSocketFactory> socket_factory( |
new rtc::BasicPacketSocketFactory()); |