X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fmdnsd.git;a=blobdiff_plain;f=announce.c;h=03c7b8f33543ed203c138235c615b9821f5d967e;hp=d1aca5bd661a34d6a1881bbad561d958ca21b78a;hb=c0c78c92d57c53276bb7f08468bcc716ba272497;hpb=9bbaf3c1f7826a7ac637ac0e2e7c8d5b43bac89d diff --git a/announce.c b/announce.c index d1aca5b..03c7b8f 100644 --- a/announce.c +++ b/announce.c @@ -62,6 +62,7 @@ announce_timer(struct uloop_timeout *timeout) return; } iface->announce_state++; + /* Fall through */ case STATE_ANNOUNCE: service_announce(iface, announce_ttl);