[Asterisk-code-review] Fixed stupid error to make it compile (asterisk[13])
Damian Ivereigh
asteriskteam at digium.com
Thu Jun 11 10:16:09 CDT 2015
Damian Ivereigh has uploaded a new change for review.
https://gerrit.asterisk.org/634
Change subject: Fixed stupid error to make it compile
......................................................................
Fixed stupid error to make it compile
Change-Id: I49b5f9359afb03413e1e479f69777c669361462b
---
M channels/chan_sip.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/34/634/1
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 4b74f5f..3471ad3 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -9241,7 +9241,7 @@
switch (found) {
case SIP_REQ_MATCH:
if (args.method != SIP_RESPONSE && args.authentication_present
- && strcmp(args.fromtag, theirtag)) {
+ && strcmp(args.fromtag, sip_pvt_ptr.theirtag)) {
/* If we have a request that uses athentication and the fromtag is
* different from that in the original call dialog, update the
* fromtag in the saved call dialog */
--
To view, visit https://gerrit.asterisk.org/634
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I49b5f9359afb03413e1e479f69777c669361462b
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Damian Ivereigh <damo at launtel.net.au>
More information about the asterisk-code-review
mailing list