mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-20 02:38:32 +00:00
Class specifier in --dnskey, instead of hardwiring C_IN.
This commit is contained in:
@@ -1003,7 +1003,7 @@ void cache_reload(void)
|
||||
cache->addr.key.algo = key->algo;
|
||||
cache->addr.key.flags = key->flags;
|
||||
cache->addr.key.keytag = dnskey_keytag(key->algo, key->flags, (unsigned char *)key->key, key->keylen);
|
||||
cache->uid = C_IN; /* TODO - in option? */
|
||||
cache->uid = key->class;
|
||||
cache_hash(cache);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user