(log_func): drop the error number

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12119 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-04-23 17:59:19 +00:00
parent 144e19b123
commit 04729db559

View File

@@ -260,7 +260,7 @@ do_afslog(const char *cell)
}
static void
log_func(void *ctx, const char *str, int ret)
log_func(void *ctx, const char *str)
{
fprintf(stderr, "%s\n", str);
}