From: Arran Cudbard-Bell Date: Sat, 15 Aug 2015 22:56:00 +0000 (-0400) Subject: Wrap X-Git-Tag: release_3_0_10~233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aacf25a7e86df56444ffab01122cfb0b3a5c789;p=thirdparty%2Ffreeradius-server.git Wrap --- diff --git a/src/main/map.c b/src/main/map.c index 74ff82e835c..fed2a4a7768 100644 --- a/src/main/map.c +++ b/src/main/map.c @@ -638,13 +638,14 @@ void map_sort(vp_map_t **maps, fr_cmp_t cmp) /** Process map which has exec as a src * - * Evaluate maps which specify exec as a src. This may be used by various sorts of update sections, and so - * has been broken out into it's own function. + * Evaluate maps which specify exec as a src. This may be used by various sorts of update sections, + * and so has been broken out into it's own function. * * @param[in,out] ctx to allocate new #VALUE_PAIR (s) in. * @param[out] out Where to write the #VALUE_PAIR (s). * @param[in] request structure (used only for talloc). - * @param[in] map the map. The LHS (dst) must be TMPL_TYPE_ATTR or TMPL_TYPE_LIST. The RHS (src) must be TMPL_TYPE_EXEC. + * @param[in] map the map. The LHS (dst) must be TMPL_TYPE_ATTR or TMPL_TYPE_LIST. The RHS (src) + * must be TMPL_TYPE_EXEC. * @return -1 on failure, 0 on success. */ static int map_exec_to_vp(TALLOC_CTX *ctx, VALUE_PAIR **out, REQUEST *request, vp_map_t const *map)