mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-10 22:33:18 -05:00
fix for lint.
git-svn-id: file:///svn/unbound/trunk@4406 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
975a7b1fc0
commit
635c4b5b89
1 changed files with 2 additions and 0 deletions
|
|
@ -3133,8 +3133,10 @@ xfr_probe_send_probe(struct auth_xfer* xfr, struct module_env* env,
|
|||
return 0;
|
||||
}
|
||||
xfr->task_probe->timeout = timeout;
|
||||
#ifndef S_SPLINT_S
|
||||
t.tv_sec = timeout/1000;
|
||||
t.tv_usec = (timeout%1000)*1000;
|
||||
#endif
|
||||
comm_timer_set(xfr->task_probe->timer, &t);
|
||||
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue