added comment
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 8 Sep 2012 15:46:01 +0000 (15:46 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 8 Sep 2012 15:46:01 +0000 (15:46 +0000)
src/server/server.c

index afe5a3c..9312bd1 100644 (file)
@@ -324,6 +324,7 @@ static void *slog_routine(void *data)
                sleep(5);
        }
 
+       /* not reachable but avoid compilation error. */
        pthread_exit(0);
 }