1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

ctdb:test: remove unused ip2ipmask from integration.bash

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
Michael Adam 2013-11-27 22:28:06 +01:00 committed by Martin Schwenke
parent e281cfa8db
commit fd5e8905a0

View File

@ -497,13 +497,6 @@ wait_until_node_has_some_ips ()
wait_until 60 node_has_some_ips "$@"
}
ip2ipmask ()
{
_ip="$1"
ip addr show to "$_ip" | awk '$1 == "inet" { print $2 }'
}
#######################################
daemons_stop ()