diff --git a/main/manager.c b/main/manager.c index b7c9d2d35f..5ef4921cda 100644 --- a/main/manager.c +++ b/main/manager.c @@ -542,8 +542,8 @@ static char *handle_showmanager(struct ast_cli_entry *e, int cmd, struct ast_cli struct ast_manager_user *user = NULL; int l, which; char *ret = NULL; - struct ast_str *rauthority = ast_str_alloca(80); - struct ast_str *wauthority = ast_str_alloca(80); + struct ast_str *rauthority = ast_str_alloca(128); + struct ast_str *wauthority = ast_str_alloca(128); switch (cmd) { case CLI_INIT: