mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-12 07:13:50 -05:00
and lex.
git-svn-id: file:///svn/unbound/trunk@2941 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
de07375a9c
commit
d86d7c050c
1 changed files with 1 additions and 1 deletions
|
|
@ -1583,7 +1583,7 @@ static void config_start_include(const char* filename)
|
|||
}
|
||||
nm = strdup(filename);
|
||||
if(!nm) {
|
||||
ub_c_error_msg("include %s: malloc failure", filename);
|
||||
ub_c_error_msg("include %s: strdup failure", filename);
|
||||
free(s);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue