From: short <> Date: Sun, 23 May 2004 20:11:56 +0000 (+0000) Subject: +Flush configuration also just after the options parsing. X-Git-Tag: udpgate-1_0~21 X-Git-Url: https://git.jankratochvil.net/?p=udpgate.git;a=commitdiff_plain;h=1945440fef6811e8d5bdcebe23d6ed93f036ad3f +Flush configuration also just after the options parsing. - After the break during successful daemon the config would get lost. --- diff --git a/src/main.c b/src/main.c index 6e4db2c..a2a7c61 100644 --- a/src/main.c +++ b/src/main.c @@ -257,6 +257,8 @@ guint handler_id; } #endif /* HAVE_GNOME */ + configuration_write(); + is_interactive=(1 && !optarg_start && !optarg_stop