Synchronize EAP-Identity of remote peer

This commit is contained in:
Martin Willi
2010-07-26 15:10:54 +02:00
parent d1384080b3
commit fa4f71c819
4 changed files with 16 additions and 0 deletions
+2
View File
@@ -163,6 +163,7 @@ METHOD(ha_message_t, add_attribute, void,
/* identification_t* */
case HA_LOCAL_ID:
case HA_REMOTE_ID:
case HA_REMOTE_EAP_ID:
{
identification_encoding_t *enc;
identification_t *id;
@@ -360,6 +361,7 @@ METHOD(enumerator_t, attribute_enumerate, bool,
/* identification_t* */
case HA_LOCAL_ID:
case HA_REMOTE_ID:
case HA_REMOTE_EAP_ID:
{
identification_encoding_t *enc;