less dup rk_

This commit is contained in:
Love Hornquist Astrand
2009-12-13 12:22:33 -08:00
parent 77e382a2e0
commit 0a4b702cf1

View File

@@ -257,7 +257,7 @@ krb5_acl_match_file(krb5_context context,
f = fopen(file, "r");
if(f == NULL) {
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,
N_("open(%s): %s", "file, errno"),
file, buf);