Fix the previous revision.
This commit is contained in:
parent
861112f827
commit
a9a4bae239
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ update_sched(void *unused)
|
||||||
int
|
int
|
||||||
update_trigger(time_t secs_from_now)
|
update_trigger(time_t secs_from_now)
|
||||||
{
|
{
|
||||||
static time_t *secp;
|
time_t *secp;
|
||||||
|
|
||||||
if (secs_from_now < 0)
|
if (secs_from_now < 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue