diff options
Diffstat (limited to 'opentracker.c')
-rw-r--r-- | opentracker.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opentracker.c b/opentracker.c index 40ed78e..5b9915f 100644 --- a/opentracker.c +++ b/opentracker.c | |||
@@ -48,6 +48,7 @@ static char * g_serverdir; | |||
48 | static char * g_serveruser; | 48 | static char * g_serveruser; |
49 | static unsigned int g_udp_workers; | 49 | static unsigned int g_udp_workers; |
50 | 50 | ||
51 | static void panic( const char *routing ) __attribute__ ((noreturn)); | ||
51 | static void panic( const char *routine ) { | 52 | static void panic( const char *routine ) { |
52 | fprintf( stderr, "%s: %s\n", routine, strerror(errno) ); | 53 | fprintf( stderr, "%s: %s\n", routine, strerror(errno) ); |
53 | exit( 111 ); | 54 | exit( 111 ); |