From c7314095e7141891d9cba2b48e15f1d683c7630b Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Sun, 4 Dec 2005 16:40:23 +0000 Subject: [PATCH] - fixed break --- Source/charon/utils/identification.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/charon/utils/identification.c b/Source/charon/utils/identification.c index 83b188329..50826cb3e 100644 --- a/Source/charon/utils/identification.c +++ b/Source/charon/utils/identification.c @@ -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: {