changeset 61 | bf7ee68962da |
parent 47 | f40128debb5d |
child 79 | 2f468c1958d0 |
--- a/javacommons/connectionmanager/src.s60/connectionmanager.cpp Tue Jul 06 14:10:26 2010 +0300 +++ b/javacommons/connectionmanager/src.s60/connectionmanager.cpp Wed Aug 18 09:43:15 2010 +0300 @@ -93,7 +93,7 @@ mgr->ReadDefConnL(obj); id = obj.iId; type = obj.iType; - if ((type ==ECmDefConnConnectionMethod) && (type == aMatchIapId)) + if ((type ==ECmDefConnConnectionMethod) && (id == aMatchIapId)) { return true; }