summaryrefslogtreecommitdiff
path: root/source3/librpc/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/crypto')
-rw-r--r--source3/librpc/crypto/spnego.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/crypto/spnego.h b/source3/librpc/crypto/spnego.h
index 68d9243bb0..5e1a79b2af 100644
--- a/source3/librpc/crypto/spnego.h
+++ b/source3/librpc/crypto/spnego.h
@@ -48,6 +48,8 @@ struct spnego_context {
bool do_sign;
bool do_seal;
bool is_dcerpc;
+
+ struct tsocket_address *remote_address;
};
NTSTATUS spnego_gssapi_init_client(TALLOC_CTX *mem_ctx,