#471 mod_admin_telnet server:memory() command fails if util.pposix not loaded
Reporter
MattJ
Owner
MattJ
Created
Updated
Stars
★ (1)
Tags
Type-Defect
Status-Fixed
Priority-Medium
Milestone-0.9
MattJ
on
The server:memory() command assumes that util.pposix has already been loaded, but it should explicitly require() it to avoid indexing the nil global "pposix".
The server:memory() command assumes that util.pposix has already been loaded, but it should explicitly require() it to avoid indexing the nil global "pposix".
Fixed in 0.9 in 6f55db7afd3b.
Changes