pull_with_options: fix stray return FALSE

Closes: #465
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2016-08-18 10:37:11 -04:00 committed by Atomic Bot
parent 21d3063fcf
commit 76166cb52e
1 changed files with 1 additions and 1 deletions

View File

@ -2676,7 +2676,7 @@ ostree_repo_pull_with_options (OstreeRepo *self,
if (G_UNLIKELY (errno != EEXIST))
{
glnx_set_error_from_errno (error);
return FALSE;
goto out;
}
}