sync check flags
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25300 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -214,10 +214,10 @@ _kdc_do_version4(krb5_context context,
|
|||||||
goto out1;
|
goto out1;
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = _kdc_check_flags (context, config,
|
ret = kdc_check_flags (context, config,
|
||||||
client, client_name,
|
client, client_name,
|
||||||
server, server_name,
|
server, server_name,
|
||||||
TRUE);
|
TRUE);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
/* good error code? */
|
/* good error code? */
|
||||||
make_err_reply(context, reply, KRB4ET_KDC_NAME_EXP,
|
make_err_reply(context, reply, KRB4ET_KDC_NAME_EXP,
|
||||||
@@ -499,10 +499,10 @@ _kdc_do_version4(krb5_context context,
|
|||||||
goto out2;
|
goto out2;
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = _kdc_check_flags (context, config,
|
ret = kdc_check_flags (context, config,
|
||||||
client, client_name,
|
client, client_name,
|
||||||
server, server_name,
|
server, server_name,
|
||||||
FALSE);
|
FALSE);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
make_err_reply(context, reply, KRB4ET_KDC_NAME_EXP,
|
make_err_reply(context, reply, KRB4ET_KDC_NAME_EXP,
|
||||||
"operation not allowed");
|
"operation not allowed");
|
||||||
|
Reference in New Issue
Block a user