]> git.puffer.fish Git - mirror/frr.git/commit
vtysh: fix a compile error when user/group are disabled 622/head
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Tue, 23 May 2017 18:23:04 +0000 (13:23 -0500)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Fri, 26 May 2017 17:53:08 +0000 (12:53 -0500)
commit9e8df9882c7c3fcc80aba2923cafd8d3188d83ad
tree8c8b14a8eb91dc1dd6fab4b3aa7466b1299dd412
parentf731a65469170480bb25c05463fba8d69f172328
vtysh: fix a compile error when user/group are disabled

If FRR is configured explicilty with --disable-user and
--disable-group, FRR_USER and FRR_GROUP will not be defined
and can be safely skipped in vtysh.

Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
vtysh/vtysh.c