Module: kamailio
Branch: master
Commit: 95e02eb1df87a0fc5733f1063124254a81da5d83
URL:
https://github.com/kamailio/kamailio/commit/95e02eb1df87a0fc5733f1063124254…
Author: Ovidiu Sas <osas(a)voipembedded.com>
Committer: Ovidiu Sas <osas(a)voipembedded.com>
Date: 2015-03-11T12:45:15-04:00
auth_xkeys: remove unused variable: hbody
---
Modified: modules/auth_xkeys/auth_xkeys.c
---
Diff:
https://github.com/kamailio/kamailio/commit/95e02eb1df87a0fc5733f1063124254…
Patch:
https://github.com/kamailio/kamailio/commit/95e02eb1df87a0fc5733f1063124254…
---
diff --git a/modules/auth_xkeys/auth_xkeys.c b/modules/auth_xkeys/auth_xkeys.c
index 2dbc083..36002b9 100644
--- a/modules/auth_xkeys/auth_xkeys.c
+++ b/modules/auth_xkeys/auth_xkeys.c
@@ -197,7 +197,6 @@ int auth_xkeys_add(sip_msg_t* msg, str *hdr, str *key,
str *alg, str *data)
{
str xdata;
- str hbody;
auth_xkey_t *itc;
char xout[SHA512_DIGEST_STRING_LENGTH];
struct lump* anchor;