Skip to content

Commit 6e62c20

Browse files
committed
Need to update the header for vtysh_read_file
1 parent 4a650ea commit 6e62c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vtysh/vtysh_config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ static int vtysh_read_file(FILE *confp, int output_fileno)
492492
}
493493

494494
/* Read up configuration file from config_default_dir. */
495-
int vtysh_read_config(const char *config_default_dir, int output_fileno)
495+
int vtysh_read_config(const char *config_default_dir)
496496
{
497497
FILE *confp = NULL;
498498
int ret;

0 commit comments

Comments
 (0)