]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
remove empty array at the end of a structure
authorAlan T. DeKok <aland@freeradius.org>
Fri, 22 Jan 2021 16:26:46 +0000 (11:26 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 22 Jan 2021 16:27:30 +0000 (11:27 -0500)
commit3fbafb17c7e03a757bc03f1ec453e2be99955e61
treeb5b53023a212f1986a68764395bd85fcc0694d86
parent946dfee4f60675293dbfb8e3d5dd796310ac9e5f
remove empty array at the end of a structure

it's a GCC extension, and very useful.  But clang complains.
src/protocols/tacacs/decode.c
src/protocols/tacacs/tacacs.h