baiwyc119 / lxmppd

Automatically exported from code.google.com/p/lxmppd
0 stars 0 forks source link

mod_admin_telnet server:memory() command fails if util.pposix not loaded #471

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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".

Original issue reported on code.google.com by MWild1 on 20 Feb 2015 at 6:05

GoogleCodeExporter commented 9 years ago
Fixed in 0.9 in 6f55db7afd3b.

Original comment by MWild1 on 20 Feb 2015 at 10:54