bluetooth/btstack/secman/btaccessrequester.cpp
changeset 33 4e80e1b997a8
parent 17 907b2fb7aa8e
child 48 22de2e391156
--- a/bluetooth/btstack/secman/btaccessrequester.cpp	Mon May 03 13:34:38 2010 +0300
+++ b/bluetooth/btstack/secman/btaccessrequester.cpp	Mon Jul 12 07:03:47 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());
 		}
 	}