Skip to content

Commit 2bfdd6d

Browse files
committed
resolved: rename_DNS_SCOPE_INVALID → _DNS_SCOPE_MATCH_INVALID
The _INVALID and _MAX enum fields should always use the full name of thenum.
1 parent dc2bc98 commit 2bfdd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resolve/resolved-dns-scope.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ typedef enum DnsScopeMatch {
2020
DNS_SCOPE_MAYBE,
2121
DNS_SCOPE_YES,
2222
_DNS_SCOPE_MATCH_MAX,
23-
_DNS_SCOPE_INVALID = -1
23+
_DNS_SCOPE_MATCH_INVALID = -1
2424
} DnsScopeMatch;
2525

2626
struct DnsScope {

0 commit comments

Comments
 (0)