eapol/eapol_framework/eapol_common/am/common/eap_am_network_id.cpp
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
--- a/eapol/eapol_framework/eapol_common/am/common/eap_am_network_id.cpp	Tue Aug 31 15:16:37 2010 +0300
+++ b/eapol/eapol_framework/eapol_common/am/common/eap_am_network_id.cpp	Wed Sep 01 12:23:57 2010 +0100
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: %
+* %version: 14 %
 */
 
 // This is enumeration of EAPOL source code.
@@ -364,8 +364,7 @@
 // 
 EAP_FUNC_EXPORT const u8_t * eap_am_network_id_c::get_source() const
 {
-	if (m_data == 0
-		|| m_data->m_source.get_is_valid_data() == false)
+	if (m_data == 0)
 	{
 		return 0;
 	}
@@ -389,8 +388,7 @@
 // 
 EAP_FUNC_EXPORT const u8_t * eap_am_network_id_c::get_destination() const
 {
-	if (m_data == 0
-		|| m_data->m_destination.get_is_valid_data() == false)
+	if (m_data == 0)
 	{
 		return 0;
 	}
@@ -402,8 +400,7 @@
 // 
 EAP_FUNC_EXPORT u32_t eap_am_network_id_c::get_source_length() const
 {
-	if (m_data == 0
-		|| m_data->m_source.get_is_valid_data() == false)
+	if (m_data == 0)
 	{
 		return 0;
 	}
@@ -415,8 +412,7 @@
 // 
 EAP_FUNC_EXPORT u32_t eap_am_network_id_c::get_destination_length() const
 {
-	if (m_data == 0
-		|| m_data->m_destination.get_is_valid_data() == false)
+	if (m_data == 0)
 	{
 		return 0;
 	}