mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-08 23:25:13 +00:00
Fix typo in periodic activity stats key
This commit is contained in:
parent
c7fded0374
commit
93dd322ae5
2 changed files with 5 additions and 3 deletions
|
|
@ -187,7 +187,7 @@ void ThreadedActivityStats::lua(lua_State *vm) {
|
|||
lua_push_uint64_table_entry(vm, "last_queued_time", last_queued_time);
|
||||
|
||||
if(not_executed)
|
||||
lua_push_bool_table_entry(vm, "not_excecuted", true);
|
||||
lua_push_bool_table_entry(vm, "not_executed", true);
|
||||
if(num_not_executed)
|
||||
lua_push_uint64_table_entry(vm, "num_not_executed", num_not_executed);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue