aboutsummaryrefslogtreecommitdiff
path: root/lib/libshairport/005_fix_shutdown.patch
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libshairport/005_fix_shutdown.patch')
-rw-r--r--lib/libshairport/005_fix_shutdown.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libshairport/005_fix_shutdown.patch b/lib/libshairport/005_fix_shutdown.patch
new file mode 100644
index 0000000000..32bd282719
--- /dev/null
+++ b/lib/libshairport/005_fix_shutdown.patch
@@ -0,0 +1,10 @@
+--- src/shairport.c 2011-09-25 23:58:06.000000000 +0200
++++ src/shairport.c.new 2011-09-25 23:57:54.000000000 +0200
+@@ -368,6 +368,7 @@
+ void shairport_exit(void)
+ {
+ m_running = 0;
++ close(tServerSock);
+ }
+
+ int shairport_is_running(void)