ekiga r6289 - in trunk: . src/endpoints
- From: dsandras svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r6289 - in trunk: . src/endpoints
- Date: Tue, 20 May 2008 18:36:08 +0000 (UTC)
Author: dsandras
Date: Tue May 20 18:36:08 2008
New Revision: 6289
URL: http://svn.gnome.org/viewvc/ekiga?rev=6289&view=rev
Log:
Do not use a reference for the stun server string. It could go away
before we actually use it if threads starting is slow. Hopefully fixes
bug reported by several people with STUN displaying "Bad NAT type".
Modified:
trunk/ChangeLog
trunk/src/endpoints/manager.cpp
Modified: trunk/src/endpoints/manager.cpp
==============================================================================
--- trunk/src/endpoints/manager.cpp (original)
+++ trunk/src/endpoints/manager.cpp Tue May 20 18:36:08 2008
@@ -92,7 +92,7 @@
};
private:
- const std::string & server;
+ const std::string server;
GMManager & manager;
Ekiga::Runtime & runtime;
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]