1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/audio/icecast/files/patch-src::main.c
2004-10-13 23:32:53 +00:00

12 lines
240 B
C

--- src/main.c
+++ src/main.c
@@ -544,7 +544,7 @@
directory_server_t *ds;
int i;
avl_traverser trav = {0};
- static main_shutting_down = 0;
+ static int main_shutting_down = 0;
thread_library_lock ();
if (!main_shutting_down)