From 2bfdd6dc548fbe30d153278f63f43b9e466ff0ca Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 3 Dec 2018 22:26:46 +0100 Subject: resolved: rename_DNS_SCOPE_INVALID → _DNS_SCOPE_MATCH_INVALID MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The _INVALID and _MAX enum fields should always use the full name of thenum. --- src/resolve/resolved-dns-scope.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resolve/resolved-dns-scope.h b/src/resolve/resolved-dns-scope.h index 04e93f8f7..37a720b1e 100644 --- a/src/resolve/resolved-dns-scope.h +++ b/src/resolve/resolved-dns-scope.h @@ -20,7 +20,7 @@ typedef enum DnsScopeMatch { DNS_SCOPE_MAYBE, DNS_SCOPE_YES, _DNS_SCOPE_MATCH_MAX, - _DNS_SCOPE_INVALID = -1 + _DNS_SCOPE_MATCH_INVALID = -1 } DnsScopeMatch; struct DnsScope { -- cgit v1.2.3-65-gdbad