Low: libpacemaker: Fix a parameter to the cluster-status message.
Instead of passing "false" where a pcmkfence_history was being
expected, pass pcmkfence_history_none. Passing false worked because
that was being cast to 0, while passing pcmk__fence_history_none makes
that explicit.