First attempt s/\<const gss_.*_t/gss_const_.*_t/g
This commit is contained in:
@@ -201,9 +201,9 @@ _netlogon_alloc_context(OM_uint32 *minor_status,
|
||||
|
||||
OM_uint32
|
||||
_netlogon_init_sec_context(OM_uint32 * minor_status,
|
||||
const gss_cred_id_t initiator_cred_handle,
|
||||
gss_const_cred_id_t initiator_cred_handle,
|
||||
gss_ctx_id_t * context_handle,
|
||||
const gss_name_t target_name,
|
||||
gss_const_name_t target_name,
|
||||
const gss_OID mech_type,
|
||||
OM_uint32 req_flags,
|
||||
OM_uint32 time_req,
|
||||
|
Reference in New Issue
Block a user