diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-02-14 15:09:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-14 15:09:43 +0100 |
commit | 4ec426b9750350e06e52ff8f67aedb6c1514f8b9 (patch) | |
tree | aa18f6baff608414af7ef8daeb8fdefe2f3443cb /src/resolve/resolved-dns-transaction.c | |
parent | 290f0ff9aa4fa184de6810344415959e0b466cdb (diff) | |
parent | 48413582909ce6fa139e91bfc09b934c79c73d06 (diff) |
Merge pull request #5335 from poettering/resolved-some-fixes
some post-mdns fixes for resolved
Diffstat (limited to 'src/resolve/resolved-dns-transaction.c')
-rw-r--r-- | src/resolve/resolved-dns-transaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolve/resolved-dns-transaction.c b/src/resolve/resolved-dns-transaction.c index 0c7a8867fb..69e1d58ccf 100644 --- a/src/resolve/resolved-dns-transaction.c +++ b/src/resolve/resolved-dns-transaction.c @@ -364,7 +364,7 @@ void dns_transaction_complete(DnsTransaction *t, DnsTransactionState state) { dns_zone_item_notify(z); SWAP_TWO(t->notify_zone_items, t->notify_zone_items_done); if (t->probing) - dns_scope_announce(t->scope, false); + (void) dns_scope_announce(t->scope, false); SET_FOREACH_MOVE(d, t->notify_transactions_done, t->notify_transactions) dns_transaction_notify(d, t); |