From 5f51856176df62da81defc2e51e5a69ac59a84b8 Mon Sep 17 00:00:00 2001 From: Roland Jax Date: Sun, 5 Jan 2014 17:52:16 +0100 Subject: [PATCH] Missing daemon option -n (nodevicecheck) fixed. --- ChangeLog | 3 +++ src/ebusd.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index abb3c2d4..1c0b5ecb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ ebus Daemon (ebusd) - ChangeLog =============================== +2014-01-05: +* Missing daemon option -n (nodevicecheck) fixed. + 2013-12-07: * Vaillant configuration files for VWx Heat Pumps added. diff --git a/src/ebusd.c b/src/ebusd.c index 03ef1ff0..5e43ed0a 100644 --- a/src/ebusd.c +++ b/src/ebusd.c @@ -76,7 +76,7 @@ static int print_size = UNSET; -static char options[] = "a:c:C:d:e:fl:L:P:p:rR:sStvh"; +static char options[] = "a:c:C:d:e:fl:L:nP:p:rR:sStvh"; static struct option opts[] = { {"address", required_argument, NULL, 'a'},