From: Arran Cudbard-Bell Date: Sun, 5 Jun 2022 01:40:48 +0000 (-0400) Subject: Actually define tacacs max attributes X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17faccff5d586a04b16e68b04b511d36df1e098a;p=thirdparty%2Ffreeradius-server.git Actually define tacacs max attributes --- diff --git a/src/listen/tacacs/proto_tacacs_tcp.c b/src/listen/tacacs/proto_tacacs_tcp.c index e08dac1913f..a33d1f7eb04 100644 --- a/src/listen/tacacs/proto_tacacs_tcp.c +++ b/src/listen/tacacs/proto_tacacs_tcp.c @@ -34,6 +34,8 @@ extern fr_app_io_t proto_tacacs_tcp; +#define TACACS_MAX_ATTRIBUTES 256 + typedef struct { char const *name; //!< socket name int sockfd;