diff options
author | Jan Maria Matejka <mq@ucw.cz> | 2018-09-18 14:21:11 +0200 |
---|---|---|
committer | Jan Maria Matejka <mq@ucw.cz> | 2018-09-18 14:21:11 +0200 |
commit | d4cebc6bbe2a55bd344383fcc27255a12d686195 (patch) | |
tree | d778709a80ad32d5688dc88f2d7639ac304df7df /proto/ospf/packet.c | |
parent | d50b0bc437f5ffd0d2c9f843217f8ed098c8d675 (diff) |
No more warnings ...
no more warnings
No more warnings over me
And while it is being compiled all the log is black and white
Release BIRD now and then let it flee
(use the melody of well-known Oh Freedom!)
Diffstat (limited to 'proto/ospf/packet.c')
-rw-r--r-- | proto/ospf/packet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/packet.c b/proto/ospf/packet.c index db387661..599f3094 100644 --- a/proto/ospf/packet.c +++ b/proto/ospf/packet.c @@ -57,6 +57,7 @@ ospf_pkt_finalize2(struct ospf_iface *ifa, struct ospf_packet *pkt, uint *plen) return; } strncpy(auth->password, pass->password, sizeof(auth->password)); + /* fallthrough */ case OSPF_AUTH_NONE: { |