do not forget to advance node

This commit is contained in:
Andreas Steffen
2011-01-07 07:17:52 +01:00
parent 1f7aad7f58
commit 87fd83a91e
@@ -15,7 +15,11 @@
#include "tnccs_msg.h" #include "tnccs_msg.h"
#include "imc_imv_msg.h" #include "imc_imv_msg.h"
#include "tnccs_error_msg.h"
#include "tnccs_preferred_language_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 <library.h>
#include <debug.h> #include <debug.h>
@@ -57,6 +61,7 @@ tnccs_msg_t* tnccs_msg_create_from_node(xmlNodePtr node)
found = TRUE; found = TRUE;
break; break;
} }
cur = cur->next;
} }
if (!found) if (!found)
{ {