]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
do not forget to advance node
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 7 Jan 2011 06:17:52 +0000 (07:17 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 7 Jan 2011 06:17:52 +0000 (07:17 +0100)
src/libcharon/plugins/tnccs_11/messages/tnccs_msg.c

index 1a63da9d84a24361e0ef8c9efab68f959be0c222..cb7360f41ef41b9d9a30c2b0107f91008d29bd78 100644 (file)
 
 #include "tnccs_msg.h"
 #include "imc_imv_msg.h"
+#include "tnccs_error_msg.h"
 #include "tnccs_preferred_language_msg.h"
+#include "tnccs_reason_strings_msg.h"
+#include "tnccs_recommendation_msg.h"
+#include "tnccs_tncs_contact_info_msg.h"
 
 #include <library.h>
 #include <debug.h>
@@ -57,6 +61,7 @@ tnccs_msg_t* tnccs_msg_create_from_node(xmlNodePtr node)
                                found = TRUE;
                                break;
                        }
+                       cur = cur->next;
                }
                if (!found)
                {