# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1274783783 -10800 # Node ID 6ce8d7d90cf8bbb10a611c1d26407a5efcd911a8 # Parent fe0554130c0f53ee5712882f23137d51db61a638 Revision: 201019 Kit: 2010121 diff -r fe0554130c0f -r 6ce8d7d90cf8 remotestoragefw/mountmanager/src/rsfwmountmanimpl.cpp --- a/remotestoragefw/mountmanager/src/rsfwmountmanimpl.cpp Wed Apr 14 16:50:39 2010 +0300 +++ b/remotestoragefw/mountmanager/src/rsfwmountmanimpl.cpp Tue May 25 13:36:23 2010 +0300 @@ -396,7 +396,7 @@ TInt CRsfwMountManImpl::GetRsfwControlConnection() { TInt err = KErrNone; -// if (!iRsfwControlConnected) + if (!iRsfwControlConnected) { err = iRsfwControl.Connect(); if (!err)