typo
This commit is contained in:
parent
43cbe0e4b2
commit
c4147ed3cc
1 changed files with 1 additions and 1 deletions
2
radius.c
2
radius.c
|
|
@ -1048,7 +1048,7 @@ void processrad(uint8_t *buf, int len, char socket_index)
|
||||||
|
|
||||||
if (radius[r].chap)
|
if (radius[r].chap)
|
||||||
{
|
{
|
||||||
sess_local[s].auth_type = 2; // PAP
|
sess_local[s].auth_type = 2; // CHAP
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue