vtysh: .history_quagga --> .history_frr

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2018-02-23 12:40:57 -05:00
parent fb444efb68
commit ddb3dcc733
No known key found for this signature in database
GPG Key ID: DAF48E0F57E0834F

View File

@ -527,7 +527,7 @@ int main(int argc, char **argv, char **env)
homedir = vtysh_get_home();
if (homedir) {
snprintf(history_file, sizeof(history_file),
"%s/.history_quagga", homedir);
"%s/.history_frr", homedir);
if (read_history(history_file) != 0) {
int fp;