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:
Matt O'Gorman
2006-01-11 04:38:07 +00:00
parent bbb59b8c5e
commit b0609b29aa

View File

@@ -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;