diff options
author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2017-07-12 18:36:47 +0200 |
---|---|---|
committer | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2017-07-12 18:36:47 +0200 |
commit | ef8a03ccd1d8f2135a8cdbefd716f82cddd816b9 (patch) | |
tree | 5e7836025e0dc936ed379ba0562890f7fd07ae95 /lib/vty.c | |
parent | watchfrr: fix error message (diff) | |
download | frr-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |