On 03/05/11 23:14, Holger Hans Peter Freyther wrote:
On 05/03/2011 10:44 PM, pablo@gnumonks.org wrote:
- vty_out(vty, "e1_input%s", VTY_NEWLINE);
- bool heading = false;
what about
if (llist_empty(&e1in..) return;
Please, find it attached the new patch with your suggestion.