From: Tobias Brunner Date: Mon, 13 Aug 2012 11:16:45 +0000 (+0200) Subject: Comment fixed X-Git-Tag: 5.0.1~209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36a3981d475513ad018abbc70617ea4534ffd7e4;p=thirdparty%2Fstrongswan.git Comment fixed --- diff --git a/src/libstrongswan/credentials/auth_cfg.h b/src/libstrongswan/credentials/auth_cfg.h index 04baa4f06c..81e5ca391a 100644 --- a/src/libstrongswan/credentials/auth_cfg.h +++ b/src/libstrongswan/credentials/auth_cfg.h @@ -180,7 +180,7 @@ struct auth_cfg_t { * For rules we expect only once the latest value is returned. * * @param rule rule type - * @return bool if item has been found + * @return rule or NULL (or an appropriate default) if not found */ void* (*get)(auth_cfg_t *this, auth_rule_t rule);