From ae429e372a412cec84c6f67477bd9d429c485ff7 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 31 May 2014 05:15:52 +0200 Subject: Split main function init() is still a bit long, but much better than before. --- src/config.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c index 6119669..21c30c4 100644 --- a/src/config.c +++ b/src/config.c @@ -58,8 +58,6 @@ extern const fastd_protocol_t fastd_protocol_ec25519_fhmqvc; /** Initializes the global configuration with default values */ static void default_config(void) { - memset(&conf, 0, sizeof(fastd_config_t)); - conf.log_syslog_ident = strdup("fastd"); conf.mtu = 1500; -- cgit v1.2.3