mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-24 23:52:55 -05:00
Fixup
git-svn-id: file:///svn/unbound/trunk@4785 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
cc5ab744c5
commit
41e5a66b73
1 changed files with 1 additions and 1 deletions
|
|
@ -1953,7 +1953,7 @@ parse_delegpt(RES* ssl, char* args, uint8_t* nm, int allow_names)
|
|||
#ifndef HAVE_SSL_SET1_HOST
|
||||
if(auth_name)
|
||||
log_err("no name verification functionality in "
|
||||
"ssl library, ignored name for %s", p->str);
|
||||
"ssl library, ignored name for %s", todo);
|
||||
#endif
|
||||
/* add address */
|
||||
if(!delegpt_add_addr_mlc(dp, &addr, addrlen, 0, 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue