diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-12-07 09:01:28 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-12-07 09:01:28 +0100 |
commit | faccd69068cc72d75c93f824dfa19a49456cb051 (patch) | |
tree | db8840e68dae0511a171e256803088a4c5f4d02d /src | |
parent | a42aaed64f8d639708dcda195e61238d80fe56b3 (diff) | |
download | strongswan-faccd69068cc72d75c93f824dfa19a49456cb051.tar.bz2 strongswan-faccd69068cc72d75c93f824dfa19a49456cb051.tar.xz |
re-introduced comment
Diffstat (limited to 'src')
-rw-r--r-- | src/libcharon/plugins/stroke/stroke_control.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libcharon/plugins/stroke/stroke_control.c b/src/libcharon/plugins/stroke/stroke_control.c index a6b190c99..97d808d8c 100644 --- a/src/libcharon/plugins/stroke/stroke_control.c +++ b/src/libcharon/plugins/stroke/stroke_control.c @@ -194,7 +194,9 @@ METHOD(stroke_control_t, initiate, void, (controller_cb_t)stroke_log, &info); } } - +/** + * Parse a terminate/rekey specifier + */ static bool parse_specifier(char *string, u_int32_t *id, char **name, bool *child, bool *all) { |