mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
It helps to use the local copy yo ucreated
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2477 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -148,8 +148,8 @@ struct ast_frame *ast_translate(struct ast_trans_pvt *path, struct ast_frame *f,
|
||||
if (p->next)
|
||||
p->next->step->framein(p->next->state, out);
|
||||
else {
|
||||
out->delivery.tv_sec = f->delivery.tv_sec;
|
||||
out->delivery.tv_usec = f->delivery.tv_usec;
|
||||
out->delivery.tv_sec = delivery.tv_sec;
|
||||
out->delivery.tv_usec = delivery.tv_usec;
|
||||
return out;
|
||||
}
|
||||
p = p->next;
|
||||
|
Reference in New Issue
Block a user