fix call to setStartTime

This commit is contained in:
Isaac Connor 2016-09-15 11:43:08 -04:00
parent 06c73954d6
commit 81c0b28786
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ int main( int argc, char *argv[] )
sigaddset( &block_set, SIGUSR1 );
sigaddset( &block_set, SIGUSR2 );
monitors[0]->setStartTime( time(NULL) );
monitors[0]->setStartupTime( (time_t)time(NULL) );
if ( monitors[0]->PrimeCapture() < 0 )
{
Error( "Failed to prime capture of initial monitor" );