summaryrefslogtreecommitdiffstats
path: root/filter/filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'filter/filter.c')
-rw-r--r--filter/filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/filter.c b/filter/filter.c
index 4f6434f..cfb502f 100644
--- a/filter/filter.c
+++ b/filter/filter.c
@@ -764,7 +764,7 @@ comlist_del(struct linpool *pool, struct adata *list, u32 val)
}
struct adata *
-comlist_empty(struct linpool *pool)
+adata_empty(struct linpool *pool)
{
struct adata *res = lp_alloc(pool, sizeof(struct adata));
res->length = 0;