Ignore:
Timestamp:
Jul 31, 2009, 11:49:56 AM (15 years ago)
Author:
huebsch
Message:
 
File:
1 edited

Legend:

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

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