mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Fix small typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3056 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1810,7 +1810,7 @@ static int transmit_response(struct mgcp_subchannel *sub, char *msg, struct mgcp
|
||||
memcpy(mgr->buf, resp.data, resp.len);
|
||||
mgr->buf[resp.len] = '\0';
|
||||
mgr->next = p->parent->responses;
|
||||
p->parent->responses = mgr->next;
|
||||
p->parent->responses = mgr;
|
||||
}
|
||||
return send_response(sub, &resp);
|
||||
}
|
||||
|
Reference in New Issue
Block a user