summaryrefslogtreecommitdiffstats
path: root/lib/vty.c
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2017-07-12 18:36:47 +0200
committerJafar Al-Gharaibeh <jafar@atcorp.com>2017-07-12 18:36:47 +0200
commitef8a03ccd1d8f2135a8cdbefd716f82cddd816b9 (patch)
tree5e7836025e0dc936ed379ba0562890f7fd07ae95 /lib/vty.c
parentwatchfrr: fix error message (diff)
downloadfrr-ef8a03ccd1d8f2135a8cdbefd716f82cddd816b9.tar.xz
frr-ef8a03ccd1d8f2135a8cdbefd716f82cddd816b9.zip
lib: Change comment to reference watchfrr
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
Diffstat (limited to '')
-rw-r--r--lib/vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vty.c b/lib/vty.c
index e6497b310..62c48f0fa 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);