X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fmdnsd.git;a=blobdiff_plain;f=announce.c;fp=announce.c;h=10389b8c662e3ac07deeaf7d5f66509084fb64d1;hp=481523c12a9a426ca773f6317b5d5fdd4224917e;hb=6d1e112ec8f6dd6c1f594b028e2d0e0052d9d12f;hpb=577c0b6efed8124ade1a52336cfc546297b2a491 diff --git a/announce.c b/announce.c index 481523c..10389b8 100644 --- a/announce.c +++ b/announce.c @@ -46,7 +46,7 @@ announce_timer(struct uloop_timeout *timeout) case STATE_PROBE1: case STATE_PROBE2: case STATE_PROBE3: - dns_send_question(iface, mdns_hostname_local, TYPE_ANY); + dns_send_question(iface, mdns_hostname_local, TYPE_ANY, 0); uloop_timeout_set(timeout, 250); iface->announce_state++; break;