aboutsummaryrefslogtreecommitdiffstats
path: root/main/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/utils.c')
-rw-r--r--main/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/utils.c b/main/utils.c
index 653c31312..ed3c47b2d 100644
--- a/main/utils.c
+++ b/main/utils.c
@@ -786,7 +786,7 @@ static char *handle_show_locks(struct ast_cli_entry *e, int cmd, struct ast_cli_
}
static struct ast_cli_entry utils_cli[] = {
- NEW_CLI(handle_show_locks, "Show which locks are held by which thread"),
+ AST_CLI(handle_show_locks, "Show which locks are held by which thread"),
};
#endif /* DEBUG_THREADS */