]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
src is used
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 5 Dec 2016 03:20:07 +0000 (22:20 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 5 Dec 2016 03:20:07 +0000 (22:20 -0500)
src/modules/rlm_csv/rlm_csv.c

index 33edc2768cb23fc6ac3b5690d2b98d6dacc3cb1b..2a8a9d1b6a0fcda127383fcaf76caa4950193a90 100644 (file)
@@ -234,7 +234,7 @@ static int fieldname2offset(rlm_csv_t *inst, char const *field_name)
  *     Verify the result of the map.
  */
 static int csv_map_verify(CONF_SECTION *cs, void *mod_inst, UNUSED void *proc_inst,
-                         UNUSED vp_tmpl_t const *src, vp_map_t const *maps)
+                         vp_tmpl_t const *src, vp_map_t const *maps)
 {
        rlm_csv_t       *inst = mod_inst;
        vp_map_t const  *map;