diff options
author | Juha Heinanen <jh@tutpro.com> | 2017-05-08 14:21:52 +0300 |
---|---|---|
committer | Juha Heinanen <jh@tutpro.com> | 2017-05-08 14:21:52 +0300 |
commit | 8f82d74c3bd4bb0d72e4ed4243a16db8c4e9c45a (patch) | |
tree | baf6288a657d4eaa80e078f4105d827046ee3904 /src | |
parent | d513794c2ea8f746277853638ab2e97be6ce7f95 (diff) |
Revert "modules/zrtp: aligned code with latest libzrtp from Freeswitch:"
This reverts commit d513794c2ea8f746277853638ab2e97be6ce7f95.
Diffstat (limited to 'src')
-rw-r--r-- | src/call.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1067,12 +1067,7 @@ static int sipsess_offer_handler(struct mbuf **descp, MAGIC_CHECK(call); - if (!pl_strcmp(&msg->met, "INVITE")) { - info("call: got re-INVITE%s\n", - got_offer ? " (SDP Offer)" : ""); - } else { - info("call: got UPDATE%s\n", got_offer ? " (SDP Offer)" : ""); - } + info("call: got re-INVITE%s\n", got_offer ? " (SDP Offer)" : ""); if (got_offer) { |