mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 10:28:32 +00:00
Merged revisions 209098 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r209098 | dbrooks | 2009-07-27 11:33:50 -0500 (Mon, 27 Jul 2009) | 6 lines Fixing typos. Replaces "recieved" with "received" and "initilize" with "initialize" (closes issue #15571) Reported by: alecdavis ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@209221 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1042,7 +1042,7 @@ static int builtin_blindtransfer(struct ast_channel *chan, struct ast_channel *p
|
||||
if (!transferer->cdr) { /* this code should never get called (in a perfect world) */
|
||||
transferer->cdr=ast_cdr_alloc();
|
||||
if (transferer->cdr) {
|
||||
ast_cdr_init(transferer->cdr, transferer); /* initilize our channel's cdr */
|
||||
ast_cdr_init(transferer->cdr, transferer); /* initialize our channel's cdr */
|
||||
ast_cdr_start(transferer->cdr);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user