warnx -> krb5_warnx
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3252 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -254,7 +254,7 @@ process_reply (krb5_context context,
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
if (error.e_data->length < 2) {
|
if (error.e_data->length < 2) {
|
||||||
warnx ("too short e_data to print anything usable");
|
krb5_warnx (context, "too short e_data to print anything usable");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user