mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 07:11:05 +00:00
lib/vty.c: add missing format string when printing out motd message
Signed-off-by: G.Balaji <balajig81@gmail.com>
This commit is contained in:
parent
b167938707
commit
b830c89a45
@ -250,7 +250,7 @@ vty_hello (struct vty *vty)
|
|||||||
vty_out (vty, "MOTD file not found%s", VTY_NEWLINE);
|
vty_out (vty, "MOTD file not found%s", VTY_NEWLINE);
|
||||||
}
|
}
|
||||||
else if (host.motd)
|
else if (host.motd)
|
||||||
vty_out (vty, host.motd);
|
vty_out (vty, "%s", host.motd);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Put out prompt and wait input from user. */
|
/* Put out prompt and wait input from user. */
|
||||||
|
Loading…
Reference in New Issue
Block a user