[Opalvoip-svn] SF.net SVN: opalvoip:[34732] opal/trunk/src/h323/h323ep.cxx
Brought to you by:
csoutheren,
rjongbloed
From: <rjo...@us...> - 2016-03-28 17:42:18
|
Revision: 34732 http://sourceforge.net/p/opalvoip/code/34732 Author: rjongbloed Date: 2016-03-28 17:42:16 +0000 (Mon, 28 Mar 2016) Log Message: ----------- Fixed compile Modified Paths: -------------- opal/trunk/src/h323/h323ep.cxx Modified: opal/trunk/src/h323/h323ep.cxx =================================================================== --- opal/trunk/src/h323/h323ep.cxx 2016-03-28 17:41:38 UTC (rev 34731) +++ opal/trunk/src/h323/h323ep.cxx 2016-03-28 17:42:16 UTC (rev 34732) @@ -99,7 +99,7 @@ , registrationTimeToLive(0, 0, 10) // Minutes , m_sendGRQ(true) , m_oneSignalAddressInRRQ(true) - , m_discoverGatekeeperRequestTime(0) + , m_lastGatekeeperDiscovery(0) , callTransferT1(0,10) // Seconds , callTransferT2(0,10) // Seconds , callTransferT3(0,10) // Seconds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |