diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-07-11 15:36:42 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-07-11 15:44:05 +0200 |
commit | a92aee467e89473a9d07fa177794f5559f852b59 (patch) | |
tree | 45c9c2e1b990d59b3f0d92e8c1afc1030a256332 /proto/ospf/ospf.c | |
parent | 6b72ea4c14f87b2b738341e73c09e79eb138c477 (diff) |
Avoid fallthrough warnings
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r-- | proto/ospf/ospf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index d5d5d354..0c13387c 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -1203,6 +1203,7 @@ ospf_sh_state(struct proto *P, int verbose, int reachable) he->domain = 1; /* Abuse domain field to mark the LSA */ hex[jx++] = he; } + /* fallthrough */ default: accept = 0; } |