Fix: cib: Check if the configuration changes with cib_config_changed() only for v1 diffs
The cib_config_change() function only applies to v1 diffs. Previously,
if cib was running in legacy mode while using v2 diff format, it would
get incorrect result from the function and refuse to write back on-disk
cib on the slave node.