--- a/wlanutilities/wlansniffer/engine/client/src/wsfeventhandler.cpp Fri Mar 12 15:48:54 2010 +0200
+++ b/wlanutilities/wlansniffer/engine/client/src/wsfeventhandler.cpp Mon Mar 15 12:44:54 2010 +0200
@@ -111,11 +111,7 @@
if ( !iBlockConnectedEvent )
{
// if the event wasn't blocked, notify the observer
- // get the connection name
- HBufC* accessPointName = iSession->ConnectedAccountNameL();
- CleanupStack::PushL( accessPointName );
- iObserver->WlanConnectionActivatedL( *accessPointName );
- CleanupStack::PopAndDestroy( accessPointName );
+ iObserver->WlanConnectionActivatedL();
}
else
{