From c3cab3888e2a803bac9cd6c395f84f8d06fe421e Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Tue, 28 Feb 2012 11:04:06 -0500 Subject: [PATCH] * #8968: sdp.h: pass paramter by reference --- daemon/src/sip/sdp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/src/sip/sdp.h b/daemon/src/sip/sdp.h index 7c467fc5fa..df94ac5d47 100644 --- a/daemon/src/sip/sdp.h +++ b/daemon/src/sip/sdp.h @@ -252,7 +252,7 @@ class Sdp { * Set the SRTP master_key * @param mk The Master Key of a srtp session. */ - void setLocalSdpCrypto(const std::vector<std::string> lc) { + void setLocalSdpCrypto(const std::vector<std::string> &lc) { srtpCrypto_ = lc; } -- GitLab