diff options
-rw-r--r-- | opentracker.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opentracker.c b/opentracker.c index 5b9915f..90d3324 100644 --- a/opentracker.c +++ b/opentracker.c | |||
@@ -640,6 +640,8 @@ int main( int argc, char **argv ) { | |||
640 | panic( "selfpipe failed: " ); | 640 | panic( "selfpipe failed: " ); |
641 | if( !io_fd( g_self_pipe[0] ) ) | 641 | if( !io_fd( g_self_pipe[0] ) ) |
642 | panic( "selfpipe io_fd failed: " ); | 642 | panic( "selfpipe io_fd failed: " ); |
643 | if( !io_fd( g_self_pipe[1] ) ) | ||
644 | panic( "selfpipe io_fd failed: " ); | ||
643 | io_setcookie( g_self_pipe[0], (void*)FLAG_SELFPIPE ); | 645 | io_setcookie( g_self_pipe[0], (void*)FLAG_SELFPIPE ); |
644 | io_wantread( g_self_pipe[0] ); | 646 | io_wantread( g_self_pipe[0] ); |
645 | 647 | ||