xbps_alternatives_register: get rid of an unnecessary change.
Signed-off-by: Juan RP <xtraeme@gmail.com>
This commit is contained in:
parent
d189921818
commit
639ff2d642
@ -492,8 +492,7 @@ xbps_alternatives_register(struct xbps_handle *xhp, xbps_dictionary_t pkg_repod)
|
|||||||
rv = create_symlinks(xhp,
|
rv = create_symlinks(xhp,
|
||||||
xbps_dictionary_get(pkg_alternatives, keyname),
|
xbps_dictionary_get(pkg_alternatives, keyname),
|
||||||
keyname);
|
keyname);
|
||||||
if (alloc)
|
xbps_object_release(array);
|
||||||
xbps_object_release(array);
|
|
||||||
if (rv != 0)
|
if (rv != 0)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user