From ef8a03ccd1d8f2135a8cdbefd716f82cddd816b9 Mon Sep 17 00:00:00 2001 From: Jafar Al-Gharaibeh Date: Wed, 12 Jul 2017 11:36:47 -0500 Subject: [PATCH] lib: Change comment to reference watchfrr Signed-off-by: Jafar Al-Gharaibeh --- lib/vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);