]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - proto/ospf/packet.c
No more warnings ...
[thirdparty/bird.git] / proto / ospf / packet.c
index db387661c90fc0b8cf4fb5056c57b72b5bba735e..599f3094eb6096dd0fa452b263c8435daefa9f01 100644 (file)
@@ -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:
     {