This commit is contained in:
Xavier Beaudouin
2025-09-11 11:56:23 +07:00
parent afc6047814
commit ba38a2457f
63 changed files with 0 additions and 6930 deletions

View File

@ -1,16 +0,0 @@
--- source3/librpc/crypto/gse.c.orig 2019-01-15 10:07:00 UTC
+++ source3/librpc/crypto/gse.c
@@ -621,11 +621,12 @@ static NTSTATUS gse_get_server_auth_toke
struct gse_context *gse_ctx =
talloc_get_type_abort(gensec_security->private_data,
struct gse_context);
- OM_uint32 gss_maj, gss_min;
+ OM_uint32 gss_min;
gss_buffer_desc in_data;
gss_buffer_desc out_data;
DATA_BLOB blob = data_blob_null;
NTSTATUS status;
+ OM_uint32 gss_maj = -1;
OM_uint32 time_rec = 0;
struct timeval tv;