Skip to content

Commit

Permalink
ctdb-scripts: Fix incorrect variable reference
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Schwenke <[email protected]>
Reviewed-by: Amitay Isaacs <[email protected]>
  • Loading branch information
martin-schwenke authored and Amitay Isaacs committed Jul 6, 2016
1 parent 15ed9ad commit 85b1cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctdb/config/functions
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ add_ip_to_iface ()
die "Failed to bringup interface $_iface"

# Only need to define broadcast for IPv4
case "$ip" in
case "$_ip" in
*:*) _bcast="" ;;
*) _bcast="brd +" ;;
esac
Expand Down

0 comments on commit 85b1cbb

Please sign in to comment.