diff options
| author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-10-07 16:26:02 +0200 |
|---|---|---|
| committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-10-07 16:26:02 +0200 |
| commit | 41d344e8ea18fe06a4e0a4ea607e89208e3069eb (patch) | |
| tree | 10c85114cd93c2a08e0152b98a977a3d356531b7 /src/libcharon/plugins | |
| parent | 570402217c05584164929e9c909463cde69bfad9 (diff) | |
| download | strongswan-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.h | 2 |
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 |
