(krb5_vlog_msg): fix const-ness
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9057 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -356,7 +356,7 @@ krb5_vlog_msg(krb5_context context,
|
||||
__attribute__((format (printf, 5, 0)))
|
||||
{
|
||||
char *msg;
|
||||
char *actual;
|
||||
const char *actual;
|
||||
char buf[64];
|
||||
time_t t;
|
||||
int i;
|
||||
|
Reference in New Issue
Block a user