mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-04 10:22:01 +00:00
Another batch of files from RSW. The remaining apps and a few more
files from main/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@137089 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -645,7 +645,7 @@ static char *handle_show_profile(struct ast_cli_entry *e, int cmd, struct ast_cl
|
||||
"Value", "Average", "Name");
|
||||
for (i = min; i < max; i++) {
|
||||
struct profile_entry *entry = &prof_data->e[i];
|
||||
if (!search || strstr(prof_data->e[i].name, search))
|
||||
if (!search || strstr(entry->name, search))
|
||||
ast_cli(a->fd, "%6d: [%8ld] %10ld %12lld %12lld %s\n",
|
||||
i,
|
||||
(long)entry->scale,
|
||||
|
||||
Reference in New Issue
Block a user