Merge pull request #1795 from qlyoung/vtysh-history-q2f

vtysh: .history_quagga --> .history_frr
This commit is contained in:
Renato Westphal 2018-02-26 21:16:13 -03:00 committed by GitHub
commit e7c9f3f958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;