diff options
author | Vladislav Grishenko <themiron@mail.ru> | 2019-01-19 03:27:40 +0500 |
---|---|---|
committer | Vladislav Grishenko <themiron@mail.ru> | 2019-01-19 03:33:13 +0500 |
commit | 5fc1391e534ec9728b03bf4fdcfe8686720547d0 (patch) | |
tree | 0a4c2ef6c7768804bd33edd7728a8e725b3897e9 /accel-pppd/ctrl | |
parent | 2910add2238d419ad82e43f3ebf1fb8d5708e13b (diff) | |
download | accel-ppp-5fc1391e534ec9728b03bf4fdcfe8686720547d0.tar.gz accel-ppp-5fc1391e534ec9728b03bf4fdcfe8686720547d0.zip |
ipoe/cli: fix build warnings
Diffstat (limited to 'accel-pppd/ctrl')
-rw-r--r-- | accel-pppd/ctrl/ipoe/ipoe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/ctrl/ipoe/ipoe.c b/accel-pppd/ctrl/ipoe/ipoe.c index eb06e7b..6155ccb 100644 --- a/accel-pppd/ctrl/ipoe/ipoe.c +++ b/accel-pppd/ctrl/ipoe/ipoe.c @@ -1514,7 +1514,7 @@ static void ipoe_serv_disc_timer(struct triton_timer_t *t) { struct ipoe_serv *serv = container_of(t, typeof(*serv), disc_timer); struct timespec ts; - int delay, delay1 = INT_MAX, delay2 = INT_MAX, offer_delay; + int delay, delay1 = INT_MAX, delay2 = INT_MAX, offer_delay = 0; clock_gettime(CLOCK_MONOTONIC, &ts); |