diff --git a/lib/vty.c b/lib/vty.c index e6497b3100..62c48f0fa3 100644 --- a/lib/vty.c +++ b/lib/vty.c @@ -2221,7 +2221,7 @@ vtysh_read (struct thread *thread) if (ret == CMD_SUSPEND) break; - /* warning: watchquagga hardcodes this result write */ + /* warning: watchfrr hardcodes this result write */ header[3] = ret; buffer_put(vty->obuf, header, 4);