From 59eb64987fdf5dde71638f5f77e705e490ec7133 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Fri, 22 Aug 2008 09:51:41 +0100 Subject: Follow master change r34dd4a and fix shutdown when --disallow-module-loading=1 is passed --- src/modules/module-raop-sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/module-raop-sink.c') diff --git a/src/modules/module-raop-sink.c b/src/modules/module-raop-sink.c index b90d4e23..62f0a73c 100644 --- a/src/modules/module-raop-sink.c +++ b/src/modules/module-raop-sink.c @@ -245,7 +245,7 @@ static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offse /* Quesiton: is this valid here: or should we do some sort of: return pa_sink_process_msg(PA_MSGOBJECT(u->core), PA_CORE_MESSAGE_UNLOAD_MODULE, u->module, 0, NULL); ?? */ - pa_module_unload_request(u->module); + pa_module_unload_request(u->module, TRUE); } return 0; } -- cgit