aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2012-10-07 16:26:02 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2012-10-07 16:26:02 +0200
commit41d344e8ea18fe06a4e0a4ea607e89208e3069eb (patch)
tree10c85114cd93c2a08e0152b98a977a3d356531b7 /src/libcharon/plugins
parent570402217c05584164929e9c909463cde69bfad9 (diff)
downloadstrongswan-41d344e8ea18fe06a4e0a4ea607e89208e3069eb.tar.bz2
strongswan-41d344e8ea18fe06a4e0a4ea607e89208e3069eb.tar.xz
allow has_noskip_flag to contain TRUE_OR_FALSE
Diffstat (limited to 'src/libcharon/plugins')
-rw-r--r--src/libcharon/plugins/tnccs_20/messages/pb_tnc_msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/tnccs_20/messages/pb_tnc_msg.h b/src/libcharon/plugins/tnccs_20/messages/pb_tnc_msg.h
index e20c8d8ff..97ebed27f 100644
--- a/src/libcharon/plugins/tnccs_20/messages/pb_tnc_msg.h
+++ b/src/libcharon/plugins/tnccs_20/messages/pb_tnc_msg.h
@@ -56,7 +56,7 @@ struct pb_tnc_msg_info_t {
u_int32_t min_size;
bool exact_size;
bool in_result_batch;
- bool has_noskip_flag;
+ signed char has_noskip_flag;
};
#define TRUE_OR_FALSE 2