Refactor: libcrmcommon: pcmk__parse_ll_range() values undefined on error
Setting the values to PCMK__PARSE_INT_DEFAULT on error is redundant. If
the return value is not pcmk_rc_ok, then the caller should not rely on
any specific values.
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>