mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Return the data after unreference, it might be needed.
This commit is contained in:
parent
be934aaddb
commit
f2f0a74819
@ -169,6 +169,8 @@ function refcount_unreference($reference) {
|
||||
} else
|
||||
shmop_write($shmid, $shm_data, 0);
|
||||
shmop_close($shmid);
|
||||
|
||||
return $shm_data;
|
||||
}
|
||||
|
||||
function is_module_loaded($module_name) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user