From 36a3981d475513ad018abbc70617ea4534ffd7e4 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 13 Aug 2012 13:16:45 +0200 Subject: [PATCH] Comment fixed --- src/libstrongswan/credentials/auth_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2