From 7f7041b1ff851bed8932fecb8d2a4a991d177721 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 16 Dec 2013 16:48:58 +0100 Subject: Never write to syslog/log files during key generation --- src/fastd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fastd.h') diff --git a/src/fastd.h b/src/fastd.h index 76a71da..b170bb5 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -242,6 +242,7 @@ struct fastd_config { struct fastd_context { const fastd_config_t *conf; + bool log_initialized; fastd_log_fd_t *log_files; char *ifname; -- cgit v1.2.3