summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/src/CAmRoutingReceiver.cpp
diff options
context:
space:
mode:
authorThomas Göhring <Thomas.Goehring@continental-corporation.com>2015-03-19 15:04:28 +0100
committergenius <genius@gpt-8.2.0-IDI>2015-03-23 10:57:31 +0100
commit74bfebcae9328cf382d28acd0d12df2c910a7f53 (patch)
tree511a8fd0e03316459ae99626d4c0bd0fd0118970 /AudioManagerDaemon/src/CAmRoutingReceiver.cpp
parent26fa9de0b347525a12bb13770c1b76efe69be58f (diff)
downloadaudiomanager-excalibur_stable.tar.gz
Bug 343 - daemon, compiler warnings, excalibur_stableexcalibur_stable
Signed-off-by: Thomas Göhring <Thomas.Goehring@continental-corporation.com>
Diffstat (limited to 'AudioManagerDaemon/src/CAmRoutingReceiver.cpp')
-rw-r--r--AudioManagerDaemon/src/CAmRoutingReceiver.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/AudioManagerDaemon/src/CAmRoutingReceiver.cpp b/AudioManagerDaemon/src/CAmRoutingReceiver.cpp
index f0821a9..adc810a 100644
--- a/AudioManagerDaemon/src/CAmRoutingReceiver.cpp
+++ b/AudioManagerDaemon/src/CAmRoutingReceiver.cpp
@@ -330,6 +330,7 @@ am_Error_e CAmRoutingReceiver::getDBusConnectionWrapper(CAmDbusWrapper *& dbusCo
dbusConnectionWrapper = mpDBusWrapper;
return (E_OK);
#else
+ dbusConnectionWrapper = NULL;
return (E_UNKNOWN);
#endif
}