From: Andreas Steffen Date: Tue, 7 Dec 2010 08:01:28 +0000 (+0100) Subject: re-introduced comment X-Git-Tag: 4.5.1~406 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=faccd69068cc72d75c93f824dfa19a49456cb051;p=thirdparty%2Fstrongswan.git re-introduced comment --- diff --git a/src/libcharon/plugins/stroke/stroke_control.c b/src/libcharon/plugins/stroke/stroke_control.c index a6b190c999..97d808d8c8 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) {