mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-24 07:16:43 +00:00
fixed problem with rhizome over http (alarm without callback
specified).
This commit is contained in:
parent
fcd5142aaf
commit
254b0a4fd6
@ -1476,6 +1476,7 @@ void rhizome_fetch_poll(struct sched_ent *alarm)
|
||||
unschedule(&slot->alarm);
|
||||
slot->alarm.alarm=gettime_ms() + RHIZOME_IDLE_TIMEOUT;
|
||||
slot->alarm.deadline = slot->alarm.alarm + RHIZOME_IDLE_TIMEOUT;
|
||||
slot->alarm.function = rhizome_fetch_poll;
|
||||
schedule(&slot->alarm);
|
||||
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user