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:
David Vossel
2009-11-20 22:35:54 +00:00
parent b6378e07d7
commit 417657f4ed
+1 -1
View File
@@ -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;
}