summaryrefslogtreecommitdiffstats
path: root/src/modules/module-raop-sink.c
diff options
context:
space:
mode:
authorColin Guthrie <pulse@colin.guthr.ie>2008-08-22 09:51:41 +0100
committerColin Guthrie <pulse@colin.guthr.ie>2008-10-08 20:37:43 +0100
commit59eb64987fdf5dde71638f5f77e705e490ec7133 (patch)
tree459e8c17212b6f0d901a3a8531a82de957769576 /src/modules/module-raop-sink.c
parent8715121755ad1aa9c083dd70781a63ced13359c2 (diff)
Follow master change r34dd4a and fix shutdown when --disallow-module-loading=1 is passed
Diffstat (limited to 'src/modules/module-raop-sink.c')
-rw-r--r--src/modules/module-raop-sink.c2
1 files changed, 1 insertions, 1 deletions
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;
}