Rename key cache field.

This commit is contained in:
Giovanni Bajo
2012-04-25 17:39:35 +02:00
committed by Simon Kelley
parent ba8badd6df
commit 02f9b76418
2 changed files with 2 additions and 2 deletions

View File

@@ -1184,7 +1184,7 @@ void dump_cache(time_t now)
else if (cache->flags & F_DS)
{
a = daemon->addrbuff;
sprintf(a, "%5u %3u %3u %u", cache->addr.key.flags_or_keyid,
sprintf(a, "%5u %3u %3u %u", cache->addr.key.keytag,
cache->addr.key.algo, cache->addr.key.digest, cache->uid);
}
#endif