aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-10-07 09:17:59 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-10-07 09:17:59 +0000
commit3f76aebe7443b03f62bfd8e5ace3a05103dcbf07 (patch)
tree0ef55cf2551f298e0fe4d06350f0c2061927efb0 /src
parentf73338d65613fde1b37d647072eddb05631b34b0 (diff)
downloadstrongswan-3f76aebe7443b03f62bfd8e5ace3a05103dcbf07.tar.bz2
strongswan-3f76aebe7443b03f62bfd8e5ace3a05103dcbf07.tar.xz
cosmetics
Diffstat (limited to 'src')
-rw-r--r--src/libstrongswan/utils/identification.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstrongswan/utils/identification.c b/src/libstrongswan/utils/identification.c
index 90ed81eca..d9b767018 100644
--- a/src/libstrongswan/utils/identification.c
+++ b/src/libstrongswan/utils/identification.c
@@ -19,6 +19,8 @@
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
+ *
+ * RCSID $Id$
*/
#define _GNU_SOURCE
@@ -1131,6 +1133,7 @@ identification_t *identification_create_from_string(char *string)
identification_t *identification_create_from_encoding(id_type_t type, chunk_t encoded)
{
private_identification_t *this = identification_create();
+
this->type = type;
switch (type)
{