mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
fixed typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@57523 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1510,7 +1510,7 @@ int handle_event ( struct misdn_bchannel *bc, enum event_e event, iframe_t *frm)
|
||||
int tmp_out_cause=bc->out_cause;
|
||||
empty_bc(bc);
|
||||
bc->cause=tmpcause;
|
||||
bc->out_cause=tmpcause;
|
||||
bc->out_cause=tmp_out_cause;
|
||||
clean_up_bc(bc);
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user