Skip to content

Commit

Permalink
mod_admin: remove compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Jan 12, 2023
1 parent 4e2f9d1 commit 3e4a906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod_admin/models/m_admin_status.erl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ m_find_value(usage, #m{value=memory}, _Context) ->
recon_alloc:memory(usage);

% modules
m_find_value(modules, #m{value=undefined} = M, Context) ->
m_find_value(modules, #m{value=undefined} = M, _Context) ->
M#m{value=modules};
m_find_value(down, #m{value=modules}, Context) ->
Status = z_module_manager:get_modules_status(Context),
Expand Down

0 comments on commit 3e4a906

Please sign in to comment.