X-Git-Url: https://the.earth.li/gitweb/?p=mqtt-arp.git;a=blobdiff_plain;f=mqtt-arp.c;fp=mqtt-arp.c;h=71d8567e39653ca73b2fc75b5d70eebdc676ca02;hp=ba977b424ca6883c7a6983326c2eca73d1ad8489;hb=e6c7ebbe87ce08a21b3b5d77b82f7a03efa32e88;hpb=a494b2492c039ab957abbf74398e0642c72787c0 diff --git a/mqtt-arp.c b/mqtt-arp.c index ba977b4..71d8567 100644 --- a/mqtt-arp.c +++ b/mqtt-arp.c @@ -210,6 +210,7 @@ void main_loop(struct ma_config *config, struct mosquitto *mosq, int sock) break; case RTM_DELNEIGH: case RTM_GETNEIGH: + break; default: printf("Unknown message type: %d\n", hdr->nlmsg_type); }