mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-26 00:22:54 -05:00
- Clean debug comments.
This commit is contained in:
parent
adda4f6ace
commit
da2bda6f4d
1 changed files with 0 additions and 2 deletions
|
|
@ -193,10 +193,8 @@ void log_ident_revert_to_default()
|
|||
}
|
||||
|
||||
void log_ident_set_or_default(const char* identity)
|
||||
//const char* default_identity)
|
||||
{
|
||||
if(identity == NULL || identity[0] == 0)
|
||||
//log_ident_set(default_identity);
|
||||
log_ident_set(default_ident);
|
||||
else
|
||||
log_ident_set(identity);
|
||||
|
|
|
|||
Loading…
Reference in a new issue