| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/net/samba412/files/ |
Upload File : |
--- 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;