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/if_rmap.c | |
| parent | 5a80b8c7c254b9955e357555ebd929ab9bc123ef (diff) | |
| parent | 0026ac15abdf156cc65d3583164a4df6f7e15ee9 (diff) | |
Merge pull request #3832 from kooky/rename_backet
Rename backet to bucket
Diffstat (limited to 'lib/if_rmap.c')
| -rw-r--r-- | lib/if_rmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/if_rmap.c b/lib/if_rmap.c index 69da695dcb..7ac5368171 100644 --- a/lib/if_rmap.c +++ b/lib/if_rmap.c @@ -261,7 +261,7 @@ DEFUN (no_if_rmap, int config_write_if_rmap(struct vty *vty) { unsigned int i; - struct hash_backet *mp; + struct hash_bucket *mp; int write = 0; for (i = 0; i < ifrmaphash->size; i++) |
