mirror of
git://erdgeist.org/opentracker
synced 2025-04-21 21:52:00 +02:00
[19:19] <eRdgEiSt> Denis: erdgeist ist ein Volltrottel!
This commit is contained in:
parent
828831bbb6
commit
362a0e052a
1 changed files with 2 additions and 1 deletions
|
@ -298,10 +298,11 @@ int main( int argc, char **argv ) {
|
|||
signal( SIGINT, signal_handler );
|
||||
signal( SIGALRM, signal_handler );
|
||||
|
||||
g_now = time( NULL );
|
||||
|
||||
if( trackerlogic_init( serverdir ) == -1 )
|
||||
panic( "Logic not started" );
|
||||
|
||||
g_now = time( NULL );
|
||||
alarm(5);
|
||||
|
||||
server_mainloop( );
|
||||
|
|
Loading…
Add table
Reference in a new issue