]> git.puffer.fish Git - matthieu/frr.git/commit
isisd: using argv as a string name is categorically wrong
authorDonald Sharp <sharpd@nvidia.com>
Tue, 22 Jun 2021 16:44:24 +0000 (12:44 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 22 Jun 2021 17:03:00 +0000 (13:03 -0400)
commit1d88e63a4e3d29cec6f49602e3263f13a8de3d1e
tree1451c86b4f8e9605dd0966db076d435fb31abce1
parent730649da0eb8700ac9853c6b77e5f0300f3f0c14
isisd: using argv as a string name is categorically wrong

We are passing around the system id using the variable name
of `argv`.  Let's name the variable correctly and pass it around
correctly named.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
isisd/isis_vty_fabricd.c
isisd/isisd.c
isisd/isisd.h