diff options
Diffstat (limited to 'lib/vty.c')
-rw-r--r-- | lib/vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ int vty_out(struct vty *vty, const char *format, ...) va_list args; ssize_t len; char buf[1024]; - char *p = buf; + char *p = NULL; char *filtered; if (vty->frame_pos) { |