View | Details | Raw Unified | Return to bug 23856
Collapse All | Expand All

(-)lib/vty.c (-4 / +3 lines)
Line 1858 Link Here
1858
  vty->buf = buf;
1858
  vty_ensure( vty, nbytes );
1859
--
1859
  memcpy( vty->buf, buf, nbytes );
Line 1860 Link Here
1860
  vty->buf = NULL;
1861
  vty-_clear_buf( vty );
1861
--

Return to bug 23856