[asterisk-scf-commits] asterisk-scf/release/sip.git branch "authexten" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Feb 22 17:37:45 CST 2011
branch "authexten" has been updated
via 69d20d88cd1823c628ac51fdb9d5c86f545deede (commit)
from 65074861612bdb49965f66e09c55ccbec46f960d (commit)
Summary of changes:
src/AuthManager.cpp | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 69d20d88cd1823c628ac51fdb9d5c86f545deede
Author: Mark Michelson <mmichelson at digium.com>
Date: Tue Feb 22 17:37:28 2011 -0600
Remove unnecessary lines. Thanks to Kevin for pointing this out.
diff --git a/src/AuthManager.cpp b/src/AuthManager.cpp
index b2fc8f4..cbed459 100644
--- a/src/AuthManager.cpp
+++ b/src/AuthManager.cpp
@@ -211,9 +211,6 @@ void AuthInstance::addDigests(pjsip_tx_data *tdata, const DigestChallengeSeq &di
public:
visitor(pj_str_t *nonce, pj_str_t **noncePtr) : mNonce(nonce), mNoncePtr(noncePtr) { }
private:
- void visitMD5(MD5DigestChallengePtr md5, Ice::Current &)
- {
- }
void visitAKAv1(AKAv1DigestChallengePtr aka, Ice::Current &)
{
pj_cstr(mNonce, aka->nonce.c_str());
-----------------------------------------------------------------------
--
asterisk-scf/release/sip.git
More information about the asterisk-scf-commits
mailing list