less dup rk_
This commit is contained in:
@@ -257,7 +257,7 @@ krb5_acl_match_file(krb5_context context,
|
|||||||
f = fopen(file, "r");
|
f = fopen(file, "r");
|
||||||
if(f == NULL) {
|
if(f == NULL) {
|
||||||
int save_errno = errno;
|
int save_errno = errno;
|
||||||
rk_rk_strerror_r(save_errno, buf, sizeof(buf));
|
rk_strerror_r(save_errno, buf, sizeof(buf));
|
||||||
krb5_set_error_message(context, save_errno,
|
krb5_set_error_message(context, save_errno,
|
||||||
N_("open(%s): %s", "file, errno"),
|
N_("open(%s): %s", "file, errno"),
|
||||||
file, buf);
|
file, buf);
|
||||||
|
Reference in New Issue
Block a user