From: Andreas Steffen Date: Fri, 7 Jan 2011 06:17:52 +0000 (+0100) Subject: do not forget to advance node X-Git-Tag: 4.5.1~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87fd83a91e32053e3ffee0b03ea56fca3fc2b2ba;p=thirdparty%2Fstrongswan.git do not forget to advance node --- diff --git a/src/libcharon/plugins/tnccs_11/messages/tnccs_msg.c b/src/libcharon/plugins/tnccs_11/messages/tnccs_msg.c index 1a63da9d84..cb7360f41e 100644 --- a/src/libcharon/plugins/tnccs_11/messages/tnccs_msg.c +++ b/src/libcharon/plugins/tnccs_11/messages/tnccs_msg.c @@ -15,7 +15,11 @@ #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 #include @@ -57,6 +61,7 @@ tnccs_msg_t* tnccs_msg_create_from_node(xmlNodePtr node) found = TRUE; break; } + cur = cur->next; } if (!found) {