]> git.proxmox.com Git - mirror_frr.git/commit - lib/command.h
lib: fix local variable shadowing global one
authorIgor Ryzhov <iryzhov@nfware.com>
Thu, 19 Nov 2020 21:41:50 +0000 (00:41 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Thu, 19 Nov 2020 21:53:34 +0000 (00:53 +0300)
commit62b439624bbba0a926822a3bd8a17d3a76881240
tree9f54c7abd9a55aff9ce96cbf49b616ff2d54c858
parent38a0ce9146075c965599cc9c12987b98d64fccd6
lib: fix local variable shadowing global one

start_config and end_config are already used as function names in DEFUN,
so the current naming is a little bit confusing. Let's use different
names for arguments.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
lib/command.h
lib/lib_vty.c