]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
instance is not used in rest_decode_post
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 27 Sep 2013 16:16:22 +0000 (17:16 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 27 Sep 2013 16:26:13 +0000 (17:26 +0100)
src/modules/rlm_rest/rest.c

index 9cc4dd20a46e53ddd84fa63da13f0dcba085783f..3d524d97f1d3f2bf5894bb153279f3ad14f809b3 100644 (file)
@@ -853,7 +853,7 @@ static void rest_read_ctx_init(REQUEST *request, rlm_rest_read_t *ctx, bool sort
  * @param[in] rawlen Length of data in raw buffer.
  * @return the number of VALUE_PAIRs processed or -1 on unrecoverable error.
  */
-static int rest_decode_post(rlm_rest_t *instance,
+static int rest_decode_post(UNUSED rlm_rest_t *instance,
                            UNUSED rlm_rest_section_t *section,
                            REQUEST *request, void *handle, char *raw,
                            UNUSED size_t rawlen)