core: Fix default value of disable_xattrs

Sigh.  Rather awful regression from https://github.com/ostreedev/ostree/pull/759

Closes: #775
Approved by: jlebon
This commit is contained in:
Colin Walters 2017-04-03 20:35:58 -04:00 committed by Atomic Bot
parent b74e4e79cc
commit c937305c0e
2 changed files with 2 additions and 2 deletions

View File

@ -2075,7 +2075,7 @@ reload_core_config (OstreeRepo *self,
/* See https://github.com/ostreedev/ostree/issues/758 */
if (!ot_keyfile_get_boolean_with_default (self->config, "core", "disable-xattrs",
TRUE, &self->disable_xattrs, error))
FALSE, &self->disable_xattrs, error))
return FALSE;
{ g_autofree char *tmp_expiry_seconds = NULL;

View File

@ -30,7 +30,7 @@ echo "1..4"
cd ${test_tmpdir}
mkdir repo
${OSTREE} init
ostree_repo_init repo
#----------------------------------------------
# Test synchronicity of keyring file and remote