mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 11:42:27 +00:00
Fix typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1154 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
file.c
2
file.c
@@ -524,7 +524,7 @@ static int ast_readaudio_callback(void *data)
|
|||||||
}
|
}
|
||||||
if (whennext != s->lasttimeout) {
|
if (whennext != s->lasttimeout) {
|
||||||
#ifdef ZAPTEL_OPTIMIZATIONS
|
#ifdef ZAPTEL_OPTIMIZATIONS
|
||||||
if (s->timingfd > -1)
|
if (s->owner->timingfd > -1)
|
||||||
ast_settimeout(s->owner, whennext, ast_readaudio_callback, s);
|
ast_settimeout(s->owner, whennext, ast_readaudio_callback, s);
|
||||||
else
|
else
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user