diff options
-rw-r--r-- | source3/librpc/crypto/gse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/crypto/gse.c b/source3/librpc/crypto/gse.c index c7dfc39938..9eaef5aa44 100644 --- a/source3/librpc/crypto/gse.c +++ b/source3/librpc/crypto/gse.c @@ -782,7 +782,7 @@ NTSTATUS gse_seal(TALLOC_CTX *mem_ctx, struct gse_context *gse_ctx, OM_uint32 gss_min, gss_maj; gss_iov_buffer_desc iov[2]; int req_seal = 1; /* setting to 1 means we request sign+seal */ - int sealed; + int sealed = 1; NTSTATUS status; /* allocate the memory ourselves so we do not need to talloc_memdup */ |