resolved: add missing case to switch statement

This commit is contained in:
Lennart Poettering 2016-01-08 18:50:15 +01:00
parent 034e803191
commit ef9fb66c0b

View file

@ -94,6 +94,7 @@ static int reply_query_state(DnsQuery *q) {
case DNS_TRANSACTION_NULL:
case DNS_TRANSACTION_PENDING:
case DNS_TRANSACTION_VALIDATING:
case DNS_TRANSACTION_SUCCESS:
default:
assert_not_reached("Impossible state");