mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 03:08:45 +00:00
Minor typo refrenced in 6191
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7963 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -576,7 +576,7 @@ struct ast_channel *ast_channel_alloc(int needqueue)
|
|||||||
tmp->fds[AST_MAX_FDS-1] = tmp->alertpipe[0];
|
tmp->fds[AST_MAX_FDS-1] = tmp->alertpipe[0];
|
||||||
/* And timing pipe */
|
/* And timing pipe */
|
||||||
tmp->fds[AST_MAX_FDS-2] = tmp->timingfd;
|
tmp->fds[AST_MAX_FDS-2] = tmp->timingfd;
|
||||||
strcpy(tmp->name, "**Unkown**");
|
strcpy(tmp->name, "**Unknown**");
|
||||||
/* Initial state */
|
/* Initial state */
|
||||||
tmp->_state = AST_STATE_DOWN;
|
tmp->_state = AST_STATE_DOWN;
|
||||||
tmp->streamid = -1;
|
tmp->streamid = -1;
|
||||||
|
Reference in New Issue
Block a user