[#1722] Forgot one file to commit

This commit is contained in:
Alexandre Savard
2010-01-15 13:51:56 -05:00
parent dba4b4a068
commit 44e98d2e3b

View File

@ -696,6 +696,7 @@ void Sdp::get_remote_sdp_crypto_from_offer (const pjmedia_sdp_session* remote_sd
_debug("****************** Found a Crypto ********************");
std::string attr(attribute->value.ptr, attribute->value.slen);
// @TODO our parser require the "acrypto:" to be present
std::string full_attr = "a=crypto:";
full_attr += attr;