hotspotfw/hsserver/src/hssiapsettingshandler.cpp
branchCompilerCompatibility
changeset 13 1cafec024f08
parent 8 c2bc3f8c7777
child 15 dff6ebfd236f
--- a/hotspotfw/hsserver/src/hssiapsettingshandler.cpp	Fri Mar 05 17:04:37 2010 -0800
+++ b/hotspotfw/hsserver/src/hssiapsettingshandler.cpp	Sun Mar 14 12:52:52 2010 +0000
@@ -164,8 +164,7 @@
             HBufC* ssid( NULL );
             TWlanSsid ssidConn;
             
-            wlanMgmtClient->GetConnectionSsid( ssidConn );
-            
+            User::LeaveIfError( wlanMgmtClient->GetConnectionSsid( ssidConn ) );
             ssid = HBufC::NewLC( ssidConn.Length() );
             ssid->Des().Copy( ssidConn );