From 2bfdd6dc548fbe30d153278f63f43b9e466ff0ca Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 3 Dec 2018 22:26:46 +0100 Subject: [PATCH] =?utf8?q?resolved:=20rename=5FDNS=5FSCOPE=5FINVALID=20?= =?utf8?q?=E2=86=92=20=5FDNS=5FSCOPE=5FMATCH=5FINVALID?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 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 04e93f8f738..37a720b1ec7 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 { -- 2.39.2