resolvectl: drop a condition which is always true

This commit is contained in:
Yu Watanabe 2020-11-20 19:39:49 +09:00
parent 5abede3247
commit 283ec78963

View file

@ -145,7 +145,6 @@ static void print_source(uint64_t flags, usec_t rtt) {
printf("\n%s-- Information acquired via", ansi_grey());
if (flags != 0)
printf(" protocol%s%s%s%s%s",
flags & SD_RESOLVED_DNS ? " DNS" :"",
flags & SD_RESOLVED_LLMNR_IPV4 ? " LLMNR/IPv4" : "",