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:
Terry Wilson
2011-06-16 22:41:01 +00:00
parent c84e7b911e
commit 29f41f057e

View File

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