logfile and loglevel moved to config.c
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2577 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -39,8 +39,8 @@
|
|||||||
#include "kdc_locl.h"
|
#include "kdc_locl.h"
|
||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
|
|
||||||
static char *logfile = "kdc.log";
|
extern char *logfile;
|
||||||
static int loglevel = 17;
|
extern int loglevel;
|
||||||
|
|
||||||
void
|
void
|
||||||
kdc_log(int level, const char *fmt, ...)
|
kdc_log(int level, const char *fmt, ...)
|
||||||
|
Reference in New Issue
Block a user