strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c63dfce
)
- critical bit was set
author
Jan Hutter
<jhutter@hsr.ch>
Thu, 17 Nov 2005 13:36:20 +0000
(13:36 -0000)
committer
Jan Hutter
<jhutter@hsr.ch>
Thu, 17 Nov 2005 13:36:20 +0000
(13:36 -0000)
Source/charon/payloads/sa_payload.c
patch
|
blob
|
history
diff --git
a/Source/charon/payloads/sa_payload.c
b/Source/charon/payloads/sa_payload.c
index
f5f2c95
..
3c38386
100644
(file)
--- a/
Source/charon/payloads/sa_payload.c
+++ b/
Source/charon/payloads/sa_payload.c
@@
-326,7
+326,7
@@
sa_payload_t *sa_payload_create()
this->compute_length = compute_length;
/* set default values of the fields */
- this->critical =
1;//
SA_PAYLOAD_CRITICAL_FLAG;
+ this->critical = SA_PAYLOAD_CRITICAL_FLAG;
this->next_payload = NO_PAYLOAD;
this->payload_length = SA_PAYLOAD_HEADER_LENGTH;