]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Change shutdown requester.
authorMike Brady <mikebrady@eircom.net>
Mon, 8 Feb 2016 22:02:22 +0000 (22:02 +0000)
committerMike Brady <mikebrady@eircom.net>
Mon, 8 Feb 2016 22:02:22 +0000 (22:02 +0000)
shairport.c

index e628689157b5fb82087d01a2e7ae51c1cb3a0e50..f8ffa0812fd5d82e0de3b45f3876da2aef4d1ecd 100644 (file)
@@ -70,7 +70,7 @@ void shairport_shutdown() {
     return;
   shutting_down = 1;
   mdns_unregister();
-  rtsp_shutdown_stream();
+  rtsp_request_shutdown_stream();
   if (config.output)
     config.output->deinit();
 }