Skip to content

Commit

Permalink
doc: missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoMNardi committed Sep 12, 2023
1 parent 375f997 commit 353c145
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ripd/ripd.c
Original file line number Diff line number Diff line change
Expand Up @@ -3150,6 +3150,10 @@ DEFUN (show_ip_rip_status,
const char *vrf_name;
int idx = 0;


vty_out(vty, "%% RIP instance not found\n");
return CMD_SUCCESS;

if (argv_find(argv, argc, "vrf", &idx))
vrf_name = argv[idx + 1]->arg;
else
Expand Down

0 comments on commit 353c145

Please sign in to comment.