theme: set default theme to openwrt2020

This commit is contained in:
John Doe
2021-09-08 19:38:56 +08:00
parent 0c0d1113bc
commit 607de52d36
5 changed files with 65 additions and 50 deletions

View File

@@ -0,0 +1,12 @@
diff --git a/src/dns_query.c b/src/dns_query.c
index 0b6c9c0..81f2f7a 100644
--- a/src/dns_query.c
+++ b/src/dns_query.c
@@ -413,6 +413,7 @@ static int rrs2cent(unsigned char *msg, size_t msgsz, unsigned char **ptr, size_
break;
#if IS_CACHED_AAAA
case T_AAAA:
+ break;
/* Validate types we use internally */
if(rdlength!=16) goto invalid_length;
goto default_case;