summaryrefslogtreecommitdiff
path: root/source3/librpc/crypto
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-09-30 10:10:14 +0200
committerVolker Lendecke <vl@samba.org>2011-09-30 10:21:43 +0200
commitf5081df369468b8b3324ed2a502e684f7068ace2 (patch)
tree00297270417fdac9de7e866579756cde27a8fe24 /source3/librpc/crypto
parentb7b7ce5aa45a1f0f72caa92b2adeee4d8c8b2535 (diff)
downloadsamba-f5081df369468b8b3324ed2a502e684f7068ace2.tar.gz
samba-f5081df369468b8b3324ed2a502e684f7068ace2.tar.bz2
samba-f5081df369468b8b3324ed2a502e684f7068ace2.zip
s3: Remove an unused variable
Diffstat (limited to 'source3/librpc/crypto')
-rw-r--r--source3/librpc/crypto/cli_spnego.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/librpc/crypto/cli_spnego.c b/source3/librpc/crypto/cli_spnego.c
index 65b5050ed3..63a84a8838 100644
--- a/source3/librpc/crypto/cli_spnego.c
+++ b/source3/librpc/crypto/cli_spnego.c
@@ -326,8 +326,6 @@ NTSTATUS spnego_get_negotiated_mech(struct spnego_context *sp_ctx,
DATA_BLOB spnego_get_session_key(TALLOC_CTX *mem_ctx,
struct spnego_context *sp_ctx)
{
- DATA_BLOB sk;
-
switch (sp_ctx->mech) {
case SPNEGO_KRB5:
return gse_get_session_key(mem_ctx,