Fix: loop parse multi_hostanme
This commit is contained in:
parent
9c1869ccb1
commit
fa1972a645
1 changed files with 2 additions and 0 deletions
2
l2tpns.c
2
l2tpns.c
|
|
@ -5471,6 +5471,8 @@ static void update_config()
|
|||
config->nbmultihostname++;
|
||||
if (config->nbmultihostname >= MAX_NBHOSTNAME) break;
|
||||
}
|
||||
|
||||
shost = n;
|
||||
}
|
||||
|
||||
if (config->nbmultihostname >= 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue