Re: [Babel-users] [PATCH] FIX: interface.c: flush_interface() call local_notify_interface() once

2018-12-22 Thread Juliusz Chroboczek
Thanks, applied. ___ Babel-users mailing list Babel-users@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/babel-users

[Babel-users] [PATCH] FIX: interface.c: flush_interface() call local_notify_interface() once

2018-12-03 Thread Christof Schulze
This removes a duplicate call to local_notify_interface(ifp, LOCAL_FLUSH) which lead to duplicate output on the monitoring socket. --- interface.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface.c b/interface.c index 9d1c645..123455d 100644 --- a/interface.c +++ b/interface.c @@