From: Mike Brady Date: Mon, 8 Feb 2016 22:02:22 +0000 (+0000) Subject: Change shutdown requester. X-Git-Tag: 2.9.1~8^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8c4201b9ab4591fbbc0793b66c75a361d0d02c7;p=thirdparty%2Fshairport-sync.git Change shutdown requester. --- diff --git a/shairport.c b/shairport.c index e6286891..f8ffa081 100644 --- a/shairport.c +++ b/shairport.c @@ -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(); }