diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-12-02 07:43:05 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-12-02 07:43:05 +0000 |
commit | 56aeee4936ee5517b3b78c0200b3b48931b09eae (patch) | |
tree | f47836eed3d06685fc5e5d34cefb79ab37fe7add /Source/charon/config/sa_config.c | |
parent | 1b3f92d28daaab081d94c0e484d361ec59a3e93a (diff) | |
download | strongswan-56aeee4936ee5517b3b78c0200b3b48931b09eae.tar.bz2 strongswan-56aeee4936ee5517b3b78c0200b3b48931b09eae.tar.xz |
cleaned code
Diffstat (limited to 'Source/charon/config/sa_config.c')
-rw-r--r-- | Source/charon/config/sa_config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/charon/config/sa_config.c b/Source/charon/config/sa_config.c index 3f253b54f..2d91f7bbe 100644 --- a/Source/charon/config/sa_config.c +++ b/Source/charon/config/sa_config.c @@ -404,6 +404,7 @@ sa_config_t *sa_config_create(id_type_t my_id_type, char *my_id, id_type_t other this->proposals = linked_list_create(); this->ts_initiator = linked_list_create(); this->ts_responder = linked_list_create(); + this->auth_method = auth_method; return (&this->public); } |