Remove trailing whitespace
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
db98b58736
commit
95de34a10a
23 changed files with 148 additions and 148 deletions
|
@ -210,7 +210,7 @@ static const struct radius_attr_type radius_attrs[] =
|
|||
{ RADIUS_ATTR_ACCT_MULTI_SESSION_ID, "Acct-Multi-Session-Id",
|
||||
RADIUS_ATTR_TEXT },
|
||||
{ RADIUS_ATTR_ACCT_LINK_COUNT, "Acct-Link-Count", RADIUS_ATTR_INT32 },
|
||||
{ RADIUS_ATTR_ACCT_INPUT_GIGAWORDS, "Acct-Input-Gigawords",
|
||||
{ RADIUS_ATTR_ACCT_INPUT_GIGAWORDS, "Acct-Input-Gigawords",
|
||||
RADIUS_ATTR_INT32 },
|
||||
{ RADIUS_ATTR_ACCT_OUTPUT_GIGAWORDS, "Acct-Output-Gigawords",
|
||||
RADIUS_ATTR_INT32 },
|
||||
|
|
|
@ -1062,7 +1062,7 @@ static int radius_server_request(struct radius_server_data *data,
|
|||
"message");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
eap = radius_msg_get_eap(msg);
|
||||
if (eap == NULL && sess->macacl) {
|
||||
reply = radius_server_macacl(data, client, sess, msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue