1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-28 16:16:48 +00:00

Forgot to remove the no longer used tconf in previous commit.

This commit is contained in:
claudio
2026-03-19 13:36:50 +00:00
parent 02f0ac9fa9
commit 771ee84d24

View File

@@ -1,4 +1,4 @@
/* $OpenBSD: rtr.c,v 1.33 2026/03/19 12:44:23 claudio Exp $ */
/* $OpenBSD: rtr.c,v 1.34 2026/03/19 13:36:50 claudio Exp $ */
/*
* Copyright (c) 2020 Claudio Jeker <claudio@openbsd.org>
@@ -316,7 +316,6 @@ rtr_dispatch_imsg_parent(struct imsgbuf *imsgbuf)
{
static struct aspa_set *aspa;
struct imsg imsg;
struct bgpd_config tconf;
struct roa roa;
struct rtr_config_msg rtrconf;
struct rtr_session *rs;