From: Lennart Poettering Date: Mon, 3 Dec 2018 21:26:46 +0000 (+0100) Subject: resolved: rename_DNS_SCOPE_INVALID → _DNS_SCOPE_MATCH_INVALID X-Git-Tag: v240~6^2~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2bfdd6dc548fbe30d153278f63f43b9e466ff0ca;p=thirdparty%2Fsystemd.git resolved: rename_DNS_SCOPE_INVALID → _DNS_SCOPE_MATCH_INVALID The _INVALID and _MAX enum fields should always use the full name of thenum. --- 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 {