Moved debug.[ch] to utils folder

This commit is contained in:
Tobias Brunner
2012-10-24 16:00:51 +02:00
parent d5c143e5be
commit f05b427265
306 changed files with 445 additions and 443 deletions
+2 -2
View File
@@ -32,7 +32,7 @@
#include <tncif_pa_subtypes.h>
#include <pen/pen.h>
#include <debug.h>
#include <utils/debug.h>
/* IMC definitions */
@@ -329,7 +329,7 @@ static TNC_Result receive_message(imc_msg_t *in_msg)
break;
}
}
e->destroy(e);
e->destroy(e);
}
else if (attr_type.type == IETF_ATTR_REMEDIATION_INSTRUCTIONS)
{