mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-13 11:14:59 +03:00
Remove "BOOL", "TRUE" and "FALSE", use lowercase everywhere for consistency
This commit is contained in:
@ -1972,10 +1972,10 @@ RECV_RETRY:
|
||||
if (recv_size == 0)
|
||||
{
|
||||
Debug("Radius recv_size 0\n");
|
||||
finish[pos] = TRUE;
|
||||
for(i = 0; i < LIST_NUM(ip_list); i++)
|
||||
finish[pos] = true;
|
||||
for (i = 0; i < LIST_NUM(ip_list); ++i)
|
||||
{
|
||||
if(finish[i] == FALSE)
|
||||
if (finish[i] == false)
|
||||
{
|
||||
// Switch the host to refer
|
||||
pos++;
|
||||
|
Reference in New Issue
Block a user