Skip to content

Commit

Permalink
Merge pull request #45 from mathieucarbou/failover
Browse files Browse the repository at this point in the history
consistency fix
  • Loading branch information
anthonydahanne authored Nov 15, 2018
2 parents fe7599e + 1733efd commit 3501b21
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,10 @@ private void generateXML(boolean skipConfirmOverwrite) {
" <voter count=\"" + votersCount + "\"/>\n" +
" </consistency>\n" +
" </failover-priority>\n\n");
} else {
sb.append(" <failover-priority>\n" +
" <availability/>\n" +
" </failover-priority>\n\n");
}

// ends XML
Expand Down

0 comments on commit 3501b21

Please sign in to comment.