mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-06 01:45:11 +00:00
Shame on me
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@324049 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -234,7 +234,7 @@ static int local_setoption(struct ast_channel *ast, int option, void * data, int
|
||||
|
||||
if (write_info->version != AST_CHAN_WRITE_INFO_T_VERSION) {
|
||||
ast_log(LOG_ERROR, "The chan_write_info_t type has changed, and this channel hasn't been updated!\n");
|
||||
return -1
|
||||
return -1;
|
||||
}
|
||||
|
||||
/* get the tech pvt */
|
||||
|
||||
Reference in New Issue
Block a user