mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-29 09:57:34 -05:00
Breakout at end.
git-svn-id: file:///svn/unbound/trunk@4845 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
be79ffa371
commit
a07337fd6d
1 changed files with 1 additions and 0 deletions
|
|
@ -402,6 +402,7 @@ check_modules_exist(const char* module_conf)
|
|||
int is_ok = 0;
|
||||
while(*s && isspace((unsigned char)*s))
|
||||
s++;
|
||||
if(!*s) break;
|
||||
while(names[i]) {
|
||||
if(strncmp(names[i], s, strlen(names[i])) == 0) {
|
||||
is_ok = 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue