|
@@ -750,7 +750,7 @@ static struct gss_api_mech gss_kerberos_mech = {
|
|
|
.gm_ops = &gss_kerberos_ops,
|
|
|
.gm_pf_num = ARRAY_SIZE(gss_kerberos_pfs),
|
|
|
.gm_pfs = gss_kerberos_pfs,
|
|
|
- .gm_upcall_enctypes = "enctypes=18,17,16,23,3,1,2 ",
|
|
|
+ .gm_upcall_enctypes = "18,17,16,23,3,1,2",
|
|
|
};
|
|
|
|
|
|
static int __init init_kerberos_module(void)
|