summaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-03-25 23:49:09 +0100
committerLennart Poettering <lennart@poettering.net>2009-03-25 23:49:09 +0100
commitcbbd98635a5c3a1c73aa8f3423d2e78910981606 (patch)
tree5bf7e1009df35bf494208ef062a9e88e4fb57adb /src/modules
parent39576ec829b7576d4ab240526bc6cd76dae5c35b (diff)
make sure the discovery module is only loaded once
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/bluetooth/module-bluetooth-discover.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/bluetooth/module-bluetooth-discover.c b/src/modules/bluetooth/module-bluetooth-discover.c
index da0fe932..3288cc55 100644
--- a/src/modules/bluetooth/module-bluetooth-discover.c
+++ b/src/modules/bluetooth/module-bluetooth-discover.c
@@ -43,6 +43,7 @@ PA_MODULE_AUTHOR("Joao Paulo Rechi Vita");
PA_MODULE_DESCRIPTION("Detect available bluetooth audio devices and load bluetooth audio drivers");
PA_MODULE_VERSION(PACKAGE_VERSION);
PA_MODULE_USAGE("async=<Asynchronous initialization?>");
+PA_MODULE_LOAD_ONCE(TRUE);
/*
#ifdef NOKIA