mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-21 04:03:28 +00:00
Fix for commit r371535
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@371536 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -795,7 +795,7 @@ static void append_backtrace_information(struct ast_str **str, struct ast_bt *bt
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
num_symbols = bt->num_frames;
|
num_frames = bt->num_frames;
|
||||||
if ((symbols = ast_bt_get_symbols(bt->addresses, num_frames))) {
|
if ((symbols = ast_bt_get_symbols(bt->addresses, num_frames))) {
|
||||||
int frame_iterator;
|
int frame_iterator;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user