diff options
author | Maria Matejka <mq@ucw.cz> | 2021-09-16 11:00:19 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-10-13 19:09:04 +0200 |
commit | 541881bedf391d9a19f071b856dcbd55e850dece (patch) | |
tree | 2637b62e5190100096a559d9019abcfa36c11064 /proto/pipe/pipe.c | |
parent | ddd89ba12d03d648e9bb820c6a4f48b1f96f15d2 (diff) |
RIP fixup + dropping the tmp_attrs mechanism as obsolete
Diffstat (limited to 'proto/pipe/pipe.c')
-rw-r--r-- | proto/pipe/pipe.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/proto/pipe/pipe.c b/proto/pipe/pipe.c index d85a281a..97862780 100644 --- a/proto/pipe/pipe.c +++ b/proto/pipe/pipe.c @@ -77,10 +77,6 @@ pipe_rt_notify(struct proto *P, struct channel *src_ch, net *n, rte *new, rte *o a->cached = 0; a->hostentry = NULL; e = rte_get_temp(a, src); - e->pflags = 0; - - /* Copy protocol specific embedded attributes. */ - memcpy(&(e->u), &(new->u), sizeof(e->u)); e->pflags = new->pflags; #ifdef CONFIG_BGP |