bluetoothengine/btpbap/src/Pbapplugin.cpp
changeset 67 16e4b9007960
parent 0 f63038272f30
--- a/bluetoothengine/btpbap/src/Pbapplugin.cpp	Wed Sep 29 13:09:05 2010 +0300
+++ b/bluetoothengine/btpbap/src/Pbapplugin.cpp	Wed Oct 13 13:15:31 2010 +0300
@@ -142,7 +142,7 @@
 //
 TInt CPBAPplugin::Disconnect( const TBTDevAddr& aAddr, TBTDisconnectType /*aDiscType*/ )
     {   
-    if ( iObserver )   
+    if ( !iObserver )   
         {
         return KErrGeneral;    
         }