Ignore:
Timestamp:
Jul 31, 2009, 1:35:36 PM (15 years ago)
Author:
Christoph Mayer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/bootstrap/modules/periodicbroadcast/PeriodicBroadcast.cpp

    r5531 r5532  
    149149                        for( ; i != iend; i++ ){
    150150
    151                                 if( time(NULL) > (i->second.lastseen + 1000) ){
     151                                if( time(NULL) > (i->second.getLastseen() + servicetimeout) ){
    152152                                        remoteServices.erase( i );
    153153                                        deleted = true;
Note: See TracChangeset for help on using the changeset viewer.