aboutsummaryrefslogtreecommitdiff
path: root/nscd/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'nscd/cache.c')
-rw-r--r--nscd/cache.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/nscd/cache.c b/nscd/cache.c
index 69c2efb..468b8d2 100644
--- a/nscd/cache.c
+++ b/nscd/cache.c
@@ -313,6 +313,10 @@ prune_cache (struct database_dyn *table, time_t now)
readdhstbyaddrv6 (table, runp, dh);
break;
+ case GETAI:
+ readdhstai (table, runp, dh);
+ break;
+
default:
assert (! "should never happen");
}