Commit 3aaf69fc authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Compat for platforms without LOG_AUTHPRIV

parent 4a334d7d
......@@ -59,6 +59,10 @@
#include "mgt_cli.h"
#ifndef LOG_AUTHPRIV
# define LOG_AUTHPRIV
#endif
static int cli_i = -1, cli_o = -1;
static struct VCLS *cls;
static const char *secret_file;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment