From: Tom Gundersen Date: Fri, 13 Mar 2015 15:12:57 +0000 (+0100) Subject: sd-rtnl: improve detection of broadcast messages X-Git-Tag: v219.0~351 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=3f42446d286a12292f1693d5cf9cb3ec3844e1a4;hp=3f42446d286a12292f1693d5cf9cb3ec3844e1a4 sd-rtnl: improve detection of broadcast messages Do not rely on nl_pid == 0, but check the groups instead. We currently avoid using nl_pid == 0 for unicast anyway, so this should be redundant, but let's try to be correct. ---