Low: tools: Fix cibadmin sync call return code logic
rc > 0 is a call ID only if the call is asynchronous. If cib_sync_call
is set, then rc > 0 is an error. (We don't consistently negate the
legacy pcmk_err codes.)
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>