summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/cli-command.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-05 23:56:25 +0200
committerLennart Poettering <lennart@poettering.net>2008-08-05 23:56:25 +0200
commit34dd4a20f2e976b260e8aa3f3128e55ec80bb85b (patch)
tree7dbb7baff0336d98fcd81cdf330a6d8015963ef6 /src/pulsecore/cli-command.c
parentca127532fcddd28cc40bbbe0646a1205b365ffb7 (diff)
fix shutdown when --disallow-module-loading=1 is passed
Diffstat (limited to 'src/pulsecore/cli-command.c')
-rw-r--r--src/pulsecore/cli-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/cli-command.c b/src/pulsecore/cli-command.c
index 0bd4070c..8e8f5f28 100644
--- a/src/pulsecore/cli-command.c
+++ b/src/pulsecore/cli-command.c
@@ -415,7 +415,7 @@ static int pa_cli_command_unload(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, pa
return -1;
}
- pa_module_unload_request(m);
+ pa_module_unload_request(m, FALSE);
return 0;
}