]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Unused args are used
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 16 Jan 2021 18:01:43 +0000 (18:01 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 16 Jan 2021 18:01:43 +0000 (18:01 +0000)
src/modules/proto_tacacs/proto_tacacs.c

index 131ee871db8464f4d619a41f01f0a670a090d0b6..91763118e56e93eee5fed72a5ab77af8e7b908c7 100644 (file)
@@ -444,7 +444,7 @@ static void mod_entry_point_set(void const *instance, request_t *request)
        request->async->process_inst = type_submodule->data;
 }
 
-static int mod_priority_set(UNUSED void const *instance, UNUSED uint8_t const *buffer, UNUSED size_t buflen)
+static int mod_priority_set(void const *instance, uint8_t const *buffer, UNUSED size_t buflen)
 {
        proto_tacacs_t const *inst = talloc_get_type_abort_const(instance, proto_tacacs_t);