diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2019-02-26 08:19:49 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-26 08:19:49 +0700 |
| commit | 51127bc88c285e63b4cdff50b6e3f95f06f6893e (patch) | |
| tree | 6087f1f360328a0e3fb328b6ca5f5bc380112445 /lib/distribute.c | |
| parent | 5a80b8c7c254b9955e357555ebd929ab9bc123ef (diff) | |
| parent | 0026ac15abdf156cc65d3583164a4df6f7e15ee9 (diff) | |
Merge pull request #3832 from kooky/rename_backet
Rename backet to bucket
Diffstat (limited to 'lib/distribute.c')
| -rw-r--r-- | lib/distribute.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/distribute.c b/lib/distribute.c index 3a6b775bc8..7cc10a230d 100644 --- a/lib/distribute.c +++ b/lib/distribute.c @@ -409,7 +409,7 @@ int config_show_distribute(struct vty *vty, struct distribute_ctx *dist_ctxt) { unsigned int i; int has_print = 0; - struct hash_backet *mp; + struct hash_bucket *mp; struct distribute *dist; /* Output filter configuration. */ @@ -512,7 +512,7 @@ int config_write_distribute(struct vty *vty, unsigned int i; int j; int output, v6; - struct hash_backet *mp; + struct hash_bucket *mp; int write = 0; for (i = 0; i < dist_ctxt->disthash->size; i++) |
