aboutgitcodebugslistschat
path: root/passt.c
diff options
context:
space:
mode:
Diffstat (limited to 'passt.c')
-rw-r--r--passt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/passt.c b/passt.c
index c632b60..5054551 100644
--- a/passt.c
+++ b/passt.c
@@ -144,7 +144,7 @@ static void random_init(struct ctx *c)
*/
static void timer_init(struct ctx *c, const struct timespec *now)
{
- c->tcp.timer_run = c->udp.timer_run = c->icmp.timer_run = *now;
+ c->tcp.timer_run = *now;
}
/**