- fixed break
This commit is contained in:
@@ -205,6 +205,7 @@ identification_t *identification_create_from_encoding(id_type_t type, chunk_t en
|
|||||||
/* build string, must be cloned */
|
/* build string, must be cloned */
|
||||||
this->string = allocator_alloc(strlen(tmp)+1);
|
this->string = allocator_alloc(strlen(tmp)+1);
|
||||||
strcpy(this->string, tmp);
|
strcpy(this->string, tmp);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
case ID_IPV6_ADDR:
|
case ID_IPV6_ADDR:
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user