- fixed break

This commit is contained in:
Martin Willi 2005-12-04 16:40:23 +00:00
parent 9151843fec
commit c7314095e7
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ identification_t *identification_create_from_encoding(id_type_t type, chunk_t en
/* build string, must be cloned */
this->string = allocator_alloc(strlen(tmp)+1);
strcpy(this->string, tmp);
break;
}
case ID_IPV6_ADDR:
{