Remove unused generation of Request Authenticator in Account-Request
authorNick Lowe <nick.lowe@lugatech.com>
Sun, 14 Aug 2016 14:40:11 +0000 (15:40 +0100)
committerJouni Malinen <j@w1.fi>
Wed, 21 Sep 2016 21:34:19 +0000 (00:34 +0300)
commit81258efacb57940a2a902504aec440dc59664c34
tree2ddbf2b25efa3cf235c5145db4d6042d995f7f83
parent44a4c52c86bed6ee69b132b1edbd4a619c1efe0e
Remove unused generation of Request Authenticator in Account-Request

Do not generate an unused and invalid Request Authenticator (random
value) when constructing Accounting-Request packets. The correct Request
Authenticator is calculated subsequently in radius_msg_finish_acct()
using MD5(msg + shared secret).

Signed-off-by: Nick Lowe <nick.lowe@lugatech.com>
src/ap/accounting.c