summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xAudioManagerDaemon/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/AudioManagerDaemon/src/main.cpp b/AudioManagerDaemon/src/main.cpp
index 449436b..a7f1c9f 100755
--- a/AudioManagerDaemon/src/main.cpp
+++ b/AudioManagerDaemon/src/main.cpp
@@ -343,7 +343,7 @@ void mainProgram(int argc, char *argv[])
#endif /*WITH_CAPI_WRAPPER */
#ifdef WITH_DBUS_WRAPPER
- if (dbusWrapperTypeBool)
+ if (dbusWrapperTypeBool.getValue())
dbusWrapperType=DBUS_BUS_SYSTEM;
CAmDbusWrapper iDBusWrapper(&iSocketHandler,dbusWrapperType);
#ifdef WITH_NSM