summaryrefslogtreecommitdiffstats
path: root/ctdb/common/system_gnu.c
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/common/system_gnu.c')
-rw-r--r--ctdb/common/system_gnu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/common/system_gnu.c b/ctdb/common/system_gnu.c
index b141da39f9..0d79ab504c 100644
--- a/ctdb/common/system_gnu.c
+++ b/ctdb/common/system_gnu.c
@@ -75,7 +75,7 @@ static uint16_t tcp_checksum6(uint16_t *data, size_t n, struct ip6_hdr *ip6)
int ctdb_sys_send_arp(const ctdb_sock_addr *addr, const char *iface)
{
/* FIXME GNU/Hurd: We dont do gratuitous arp yet */
- return 0;
+ return -1;
}