- Fix compile error in dnscrypt.

This commit is contained in:
W.C.A. Wijngaards
2019-12-03 16:44:24 +01:00
parent 68027ab145
commit b6f0b1af86
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -722,7 +722,7 @@ dnsc_load_local_data(struct dnsc_env* dnscenv, struct config_file *cfg)
if((unsigned)strlen(dnscenv->provider_name) >= (unsigned)0xffff0000) {
/* guard against integer overflow in rrlen calculation */
verbose(VERB_OPS, "cert #%" PRIu32 " is too long", serial);
continue
continue;
}
rrlen = strlen(dnscenv->provider_name) +
strlen(ttl_class_type) +