Missing daemon option -n (nodevicecheck) fixed.

This commit is contained in:
Roland Jax
2014-01-05 17:52:16 +01:00
parent 2f7ef0744a
commit 5f51856176
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -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.
+1 -1
View File
@@ -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'},