Breakout at end.

git-svn-id: file:///svn/unbound/trunk@4845 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2018-08-09 09:07:31 +00:00
parent be79ffa371
commit a07337fd6d

View file

@ -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;