mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
s/package_exists/package_installed/g as that's much more descriptive of
what the function does.
This commit is contained in:
parent
b0d55f3fc9
commit
b4fe6d086f
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ package_extract(Device *dev, char *name, Boolean depended)
|
|||
last_msg = 0;
|
||||
|
||||
/* Check to make sure it's not already there */
|
||||
if (package_exists(name))
|
||||
if (package_installed(name))
|
||||
return DITEM_SUCCESS;
|
||||
|
||||
if (!DEVICE_INIT(dev)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue