fixed problem with rhizome over http (alarm without callback

specified).
This commit is contained in:
gardners 2012-12-04 07:12:03 +10:30
parent fcd5142aaf
commit 254b0a4fd6

View File

@ -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;