941fc51733
PR: 189221 Submitted by: johan (stromnet.se) Allows access to Telldus Tellstick USB dongles for communicating with 433MHz devices in your home. Provides "telldusd", the daemon which keeps track of your tellstick devices. Through a UNIX socket, the sensors and devices can be used/ controlled from the command line tool "tdtool", or via the libtelldus-core C client library.
11 lines
209 B
C++
11 lines
209 B
C++
--- service/SettingsConfuse.cpp
|
|
+++ service/SettingsConfuse.cpp
|
|
@@ -17,6 +17,8 @@
|
|
|
|
class Settings::PrivateData {
|
|
public:
|
|
+ PrivateData()
|
|
+ : cfg(NULL), var_cfg(NULL) {}
|
|
cfg_t *cfg;
|
|
cfg_t *var_cfg;
|
|
};
|