bluetooth/btstack/secman/btaccessrequester.cpp
branchRCL_3
changeset 14 f8503e232b0c
parent 12 9b6d3ca0c601
--- a/bluetooth/btstack/secman/btaccessrequester.cpp	Wed Apr 14 17:08:52 2010 +0300
+++ b/bluetooth/btstack/secman/btaccessrequester.cpp	Tue Apr 27 17:48:21 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -831,6 +831,7 @@
 	else if((aEvent.EventType() == ENotifyPhysicalLinkError))
 		{
 		LOG(_L8("\tPhysical link error...Complete(ACCESS DENIED)"));
+		iSecMan.ConnectionsManager().PrefetchMan().RemovePrefetch(DeviceAddress());		
 		LinkError(aEvent.ErrorCode());
 		}
 	}