From 6681a98594680fe6ab15abeeb0ea915c44d7ad6a Mon Sep 17 00:00:00 2001 From: christian mueller Date: Thu, 3 May 2012 14:40:20 +0200 Subject: * [GAM-74] resolving issues found by coverity scan Signed-off-by: christian mueller --- AudioManagerDaemon/src/CAmControlReceiver.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'AudioManagerDaemon/src/CAmControlReceiver.cpp') diff --git a/AudioManagerDaemon/src/CAmControlReceiver.cpp b/AudioManagerDaemon/src/CAmControlReceiver.cpp index 23ae544..51a2225 100644 --- a/AudioManagerDaemon/src/CAmControlReceiver.cpp +++ b/AudioManagerDaemon/src/CAmControlReceiver.cpp @@ -63,6 +63,7 @@ am_Error_e CAmControlReceiver::connect(am_Handle_s & handle, am_connectionID_t & tempConnection.sourceID = sourceID; tempConnection.connectionFormat = format; tempConnection.connectionID = 0; + tempConnection.delay=-1; //todo: enter function to find out what happends if the same connection is in the course of being build up. if (mDatabaseHandler->existConnection(tempConnection)) -- cgit v1.2.1