mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-15 16:48:05 -05:00
Merge pull request #930 from sthen/patch-1
add void to log_ident_revert_to_default declaration
This commit is contained in:
commit
ccdf29a5f8
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ void log_ident_set_default(const char* id)
|
|||
default_ident = id;
|
||||
}
|
||||
|
||||
void log_ident_revert_to_default()
|
||||
void log_ident_revert_to_default(void)
|
||||
{
|
||||
ident = default_ident;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue