diff options
Diffstat (limited to 'ctdb/common/system_common.c')
-rw-r--r-- | ctdb/common/system_common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ctdb/common/system_common.c b/ctdb/common/system_common.c index f28045f95e..3fe90e6ef3 100644 --- a/ctdb/common/system_common.c +++ b/ctdb/common/system_common.c @@ -73,3 +73,5 @@ bool ctdb_sys_have_ip(ctdb_sock_addr *_addr) close(s); return ret == 0; } + + |