summaryrefslogtreecommitdiff
path: root/opentracker.c
diff options
context:
space:
mode:
Diffstat (limited to 'opentracker.c')
-rw-r--r--opentracker.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/opentracker.c b/opentracker.c
index 680caa4..de98bb3 100644
--- a/opentracker.c
+++ b/opentracker.c
@@ -1,3 +1,8 @@
1/* This software was written by Dirk Engling <erdgeist@erdgeist.org>
2 It is considered beerware. Prost. Skol. Cheers or whatever.
3 Some of the stuff below is stolen from Fefes example libowfat httpd.
4*/
5
1#include "socket.h" 6#include "socket.h"
2#include "io.h" 7#include "io.h"
3#include "buffer.h" 8#include "buffer.h"
@@ -351,7 +356,7 @@ int main()
351 panic("io_fd"); 356 panic("io_fd");
352 357
353 signal( SIGINT, graceful ); 358 signal( SIGINT, graceful );
354 if( init_logic( "." ) == -1 ) 359 if( init_logic( ) == -1 )
355 panic("Logic not started"); 360 panic("Logic not started");
356 361
357 io_wantread(s); 362 io_wantread(s);