From: Arran Cudbard-Bell Date: Tue, 23 Jan 2018 04:17:14 +0000 (-0700) Subject: Doxygen X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18cbfd074f5406802a9f45872da00ca842dfb9af;p=thirdparty%2Ffreeradius-server.git Doxygen --- diff --git a/src/main/map.c b/src/main/map.c index 939e313acf9..5876acc9c1d 100644 --- a/src/main/map.c +++ b/src/main/map.c @@ -722,6 +722,7 @@ static inline vp_list_mod_t *map_list_mod_afrom_map(TALLOC_CTX *ctx, vp_map_t co * * @param[in] request to resolve in the list in. * @param[in] map to check + * @param[in] src_dst a lhs or rhs tmpl to check. * @return * - true if destination list is OK. * - false if destination list is invalid. @@ -1204,7 +1205,7 @@ static VALUE_PAIR *map_list_mod_to_vps(TALLOC_CTX *ctx, vp_list_mod_t const *vlm /** Apply the output of #map_to_list_mod to a request * - * @parem request to modify. + * @param request to modify. * @param vlm VP List Modification to apply. */ int map_list_mod_apply(REQUEST *request, vp_list_mod_t const *vlm)