From: Arran Cudbard-Bell Date: Fri, 27 Sep 2013 16:16:22 +0000 (+0100) Subject: instance is not used in rest_decode_post X-Git-Tag: release_3_0_0~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2f3d5cb12527f30f75763d87d26fbe510fb52fd;p=thirdparty%2Ffreeradius-server.git instance is not used in rest_decode_post --- diff --git a/src/modules/rlm_rest/rest.c b/src/modules/rlm_rest/rest.c index 9cc4dd20a4..3d524d97f1 100644 --- a/src/modules/rlm_rest/rest.c +++ b/src/modules/rlm_rest/rest.c @@ -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)