diff options
Diffstat (limited to 'audio/icecast/files/patch-src::main.c')
-rw-r--r-- | audio/icecast/files/patch-src::main.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/icecast/files/patch-src::main.c b/audio/icecast/files/patch-src::main.c new file mode 100644 index 000000000000..f42a0be38022 --- /dev/null +++ b/audio/icecast/files/patch-src::main.c @@ -0,0 +1,11 @@ +--- 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) |