From 0a40e97328180576577da26a5ce8933f616d84f1 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 12 Apr 2000 14:12:37 +0000 Subject: as_path_prepend is usable outside bgp. --- filter/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter') 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; -- cgit v1.2.3