mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Fixup
git-svn-id: file:///svn/unbound/trunk@4843 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
d2f7999b4e
commit
c580e0e33c
1 changed files with 1 additions and 1 deletions
|
|
@ -414,7 +414,7 @@ check_modules_exist(const char* module_conf)
|
|||
size_t j;
|
||||
n[0]=0;
|
||||
n[sizeof(n)-1]=0;
|
||||
for(j=0; j<sizeof(n); j++) {
|
||||
for(j=0; j<sizeof(n)-1; j++) {
|
||||
if(!s[j] || isspace((unsigned char)s[j])) {
|
||||
n[j] = 0;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue