Fix typos in VTY constant names from r268158

This commit is contained in:
Ed Maste 2014-07-02 14:47:48 +00:00
parent 91e9fb22ea
commit 969d3cc28b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268160

View File

@ -702,10 +702,10 @@ vty_set_preferred(unsigned vty)
vty_prefer = vty;
#if !defined(DEV_SC)
vty_prefer &= ~DEV_SC;
vty_prefer &= ~VTY_SC;
#endif
#if !defined(DEV_VT)
vty_prefer &= ~DEV_VT;
vty_prefer &= ~VTY_VT;
#endif
}