ctdb-common: Use correct macro for checking Ethernet hardware family
commit4db57114940021f417f2694c09553a0dd60fab5a
authorMartin Schwenke <martin@meltin.net>
Thu, 19 May 2016 06:22:36 +0000 (19 16:22 +1000)
committerMartin Schwenke <martins@samba.org>
Thu, 26 May 2016 09:42:46 +0000 (26 11:42 +0200)
tree5de870852c3253abca663693f9c3e8dcb71da05f
parentb6e75487ef1038ba4debcaac32572fcf55695efb
ctdb-common: Use correct macro for checking Ethernet hardware family

Both of these expand to 1.  However, AF_LOCAL is a Unix domain socket,
which makes no sense when reading the code.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Autobuild-User(master): Martin Schwenke <martins@samba.org>
Autobuild-Date(master): Thu May 26 11:42:46 CEST 2016 on sn-devel-144
ctdb/common/system_linux.c