On Thursday, June 18, 2015 06:47:19 Linus Lüssing wrote:
Some members of "struct batadv_orig_node" are not available if compiling without the multicast optimizations feature.
Fix this by moving their initialization into the right #ifdef's.
Fixes: 7f220ed1f063 ("batman-adv: Fix potential synchronization issues in mcast tvlv handler") Signed-off-by: Linus Lüssing
linus.luessing@c0d3.blue
originator.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
Applied in revision 256776e.
Thanks, Marek