Shame on me

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@324049 65c4cc65-6c06-0410-ace0-fbb531ad65f3
certified/1.8.6
Terry Wilson 15 years ago
parent c84e7b911e
commit 29f41f057e

@ -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 */

Loading…
Cancel
Save