mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-27 16:07:15 -07:00
fixes iax2 show cache locking error, thanks alecdavis!
(closes issue #16094) Reported by: alecdavis Patches: bug16094.diff.txt uploaded by alecdavis (license 585) Tested by: alecdavis, dvossel git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@230726 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3862,7 +3862,7 @@ static char *handle_cli_iax2_show_cache(struct ast_cli_entry *e, int cmd, struct
|
||||
}
|
||||
}
|
||||
|
||||
AST_LIST_LOCK(&dpcache);
|
||||
AST_LIST_UNLOCK(&dpcache);
|
||||
|
||||
return CLI_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user