diff options
author | Martin Schwenke <martin@meltin.net> | 2012-04-18 16:49:48 +1000 |
---|---|---|
committer | Martin Schwenke <martin@meltin.net> | 2012-04-27 15:40:43 +1000 |
commit | 012015b32c67154fa3c6ef63ae646077e97923a9 (patch) | |
tree | 6a85927cdc5c94afc635f0ea87956ca4a9cf5ceb | |
parent | c2d1f8752c8b8c41238cf41ee94785199cea77ef (diff) | |
download | samba-012015b32c67154fa3c6ef63ae646077e97923a9.tar.gz samba-012015b32c67154fa3c6ef63ae646077e97923a9.tar.xz samba-012015b32c67154fa3c6ef63ae646077e97923a9.zip |
Eventscripts - Fix typo in 13.per_ip_routing support for __auto_link_local__
Signed-off-by: Martin Schwenke <martin@meltin.net>
(This used to be ctdb commit 9542e770a9780740b49122f1f52f08b32eca4b35)
-rwxr-xr-x | ctdb/config/events.d/13.per_ip_routing | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/config/events.d/13.per_ip_routing b/ctdb/config/events.d/13.per_ip_routing index f51d5edf5f..9a2c346ee5 100755 --- a/ctdb/config/events.d/13.per_ip_routing +++ b/ctdb/config/events.d/13.per_ip_routing @@ -178,7 +178,7 @@ get_config_for_ip () if [ "$_ip" = "$_i" ] ; then echo -n "$_ip "; ipv4_host_addr_to_net "$_ip" "$_maskbits" fi - done <"${CTDB_PUBLIC_ADDRESSES:-${CTDB_BASE:-/dev/null}${CTDB:+/public_addresses}}" + done <"${CTDB_PUBLIC_ADDRESSES:-${CTDB_BASE:-/dev/null}${CTDB_BASE:+/public_addresses}}" else [ -f "$CTDB_PER_IP_ROUTING_CONF" ] || return 1 |