fixes for krb4

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3609 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-10-14 21:59:37 +00:00
parent e3e4f5fdc6
commit 49e9507254
5 changed files with 88 additions and 42 deletions

View File

@@ -24,7 +24,7 @@ pop_log(POP *p, int stat, char *format, ...)
fprintf(p->trace,"%s\n",msgbuf);
fflush(p->trace);
} else {
#ifdef KERBEROS
#ifdef KRB5
krb5_log(p->context, p->logf, stat, "%s", msgbuf);
#else
syslog (stat,"%s",msgbuf);