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:
c3fcdd9
)
fixed copy/paste error in attribute type parsing
author
Martin Willi
<martin@strongswan.org>
Wed, 17 Jun 2009 09:41:40 +0000
(11:41 +0200)
committer
Martin Willi
<martin@strongswan.org>
Wed, 17 Jun 2009 09:42:53 +0000
(11:42 +0200)
src/charon/encoding/parser.c
patch
|
blob
|
history
diff --git
a/src/charon/encoding/parser.c
b/src/charon/encoding/parser.c
index
bef8219
..
6d260f8
100644
(file)
--- a/
src/charon/encoding/parser.c
+++ b/
src/charon/encoding/parser.c
@@
-581,7
+581,6
@@
static status_t parse_payload(private_parser_t *this,
pld->destroy(pld);
return PARSE_ERROR;
}
- attribute_format = *(bool*)(output + rule->offset);
break;
}
case CONFIGURATION_ATTRIBUTE_LENGTH: