mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Please doxygen's parser for "@" occurrence in doxygen comment.
This commit is contained in:
parent
d8a8730cac
commit
bdb6c153e4
2 changed files with 3 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
|||
straight character comparisons removes the false positive. Also
|
||||
valgrinds --expensive-definedness-checks=yes can stop this false
|
||||
positive.
|
||||
- Please doxygen's parser for "@" occurrence in doxygen comment.
|
||||
|
||||
15 August 2019: Wouter
|
||||
- iana portlist updated.
|
||||
|
|
|
|||
|
|
@ -146,7 +146,8 @@ check_mod(struct config_file* cfg, struct module_func_block* fb)
|
|||
edns_known_options_delete(&env);
|
||||
}
|
||||
|
||||
/** true if addr is a localhost address, 127.0.0.1 or ::1 (@port) */
|
||||
/** true if addr is a localhost address, 127.0.0.1 or ::1 (with maybe "@port"
|
||||
* after it) */
|
||||
static int
|
||||
str_addr_is_localhost(const char* a)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue