Use wrapping of the error message.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23973 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -135,7 +135,7 @@ _gsskrb5_set_status (int ret, const char *fmt, ...)
|
|||||||
vasprintf(&str, fmt, args);
|
vasprintf(&str, fmt, args);
|
||||||
va_end(args);
|
va_end(args);
|
||||||
if (str) {
|
if (str) {
|
||||||
krb5_set_error_message(context, ret, str);
|
krb5_set_error_message(context, ret, "%s", str);
|
||||||
free(str);
|
free(str);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user