mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-17 20:22:54 -05:00
fix doxygen comment.
git-svn-id: file:///svn/unbound/trunk@3430 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
4b0c7880e4
commit
66b8f636cf
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ worker_handle_service_reply(struct comm_point* c, void* arg, int error,
|
|||
/** ratelimit error replies
|
||||
* @param worker: the worker struct with ratelimit counter
|
||||
* @param err: error code that would be wanted.
|
||||
* @returned value of err if okay, or -1 if it should be discarded instead.
|
||||
* @return value of err if okay, or -1 if it should be discarded instead.
|
||||
*/
|
||||
static int
|
||||
worker_err_ratelimit(struct worker* worker, int err)
|
||||
|
|
|
|||
Loading…
Reference in a new issue