Skip to content

Commit

Permalink
- Fix for #882: document variable to stop doxygen warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Apr 26, 2023
1 parent 144f296 commit 8058dc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Fix for #882: small changes, date updated in Copyright for
util/timeval_func.c and util/timeval_func.h. Man page entries and
example entry.
- Fix for #882: document variable to stop doxygen warning.

19 April 2023: Wouter
- Fix for #878: Invalid IP address in unbound.conf causes Segmentation
Expand Down
3 changes: 3 additions & 0 deletions services/listen_dnsport.c
Original file line number Diff line number Diff line change
Expand Up @@ -1234,6 +1234,9 @@ if_is_ssl(const char* ifname, const char* port, int ssl_port,
* @param use_systemd: if true, fetch sockets from systemd.
* @param dnscrypt_port: dnscrypt service port number
* @param dscp: DSCP to use.
* @param sock_queue_timeout: the sock_queue_timeout from config. Seconds to
* wait to discard if UDP packets have waited for long in the socket
* buffer.
* @return: returns false on error.
*/
static int
Expand Down

0 comments on commit 8058dc9

Please sign in to comment.