eapol/eapol_framework/eapol_symbian/eap_server/src/EapSettingsIf.cpp
changeset 52 c23bdf5a328a
parent 33 938269283a16
--- a/eapol/eapol_framework/eapol_symbian/eap_server/src/EapSettingsIf.cpp	Fri Sep 17 08:30:11 2010 +0300
+++ b/eapol/eapol_framework/eapol_symbian/eap_server/src/EapSettingsIf.cpp	Mon Oct 04 00:19:54 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 18 %
+* %version: 19 %
 */
 
 
@@ -82,7 +82,7 @@
 eap_status_e CEapSettingsIf::configure(
 	const eap_variable_data_c * const client_configuration)
 {
-	return m_server_if->configure(client_configuration);
+	return EAP_STATUS_RETURN(m_am_tools, m_server_if->configure(client_configuration));
 }
 
 //--------------------------------------------------