pull_with_options: fix stray return FALSE
Closes: #465 Approved by: cgwalters
This commit is contained in:
parent
21d3063fcf
commit
76166cb52e
|
|
@ -2676,7 +2676,7 @@ ostree_repo_pull_with_options (OstreeRepo *self,
|
||||||
if (G_UNLIKELY (errno != EEXIST))
|
if (G_UNLIKELY (errno != EEXIST))
|
||||||
{
|
{
|
||||||
glnx_set_error_from_errno (error);
|
glnx_set_error_from_errno (error);
|
||||||
return FALSE;
|
goto out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue