diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-04-12 16:12:37 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-04-12 16:12:37 +0200 |
commit | 0a40e97328180576577da26a5ce8933f616d84f1 (patch) | |
tree | 4e682257ca3e2e09988ebe2a5567547a70cfd928 /filter/filter.c | |
parent | c2b28c99103a643dd29ad48152999d6dac7722fe (diff) | |
download | bird-0a40e97328180576577da26a5ce8933f616d84f1.tar bird-0a40e97328180576577da26a5ce8933f616d84f1.zip |
as_path_prepend is usable outside bgp.
Diffstat (limited to 'filter/filter.c')
-rw-r--r-- | filter/filter.c | 2 |
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; |