summaryrefslogtreecommitdiff
path: root/opentracker.c
diff options
context:
space:
mode:
authorerdgeist <>2007-01-05 00:00:42 +0000
committererdgeist <>2007-01-05 00:00:42 +0000
commitcdf2fbabedcd3b9e2423cce74225744db1acc178 (patch)
tree8ae4f49c81dcd8507bf0629405d647386e60a96d /opentracker.c
parent3d54ca32fe676c9a47a8e1e914f78cbd9c461906 (diff)
README\!
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);