(krb5_get_server_rcache): cast argument to printf
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10279 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -285,7 +285,7 @@ krb5_get_server_rcache(krb5_context context,
|
||||
}
|
||||
strvisx(tmp, piece->data, piece->length, VIS_WHITE | VIS_OCTAL);
|
||||
#ifdef HAVE_GETEUID
|
||||
asprintf(&name, "FILE:rc_%s_%u", tmp, geteuid());
|
||||
asprintf(&name, "FILE:rc_%s_%u", tmp, (unsigned)geteuid());
|
||||
#else
|
||||
asprintf(&name, "FILE:rc_%s", tmp);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user