aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_qnaplog.c
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-03-08 21:03:40 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-03-08 21:03:40 +0000
commitd0b266cf85d3c7733259c76831de0cfd4c1731a1 (patch)
treeb786b2a475051603258720e0a5637c6bd9d3ce9a /plugin_qnaplog.c
parentca7ebcb88a240cbe8bb55919cd622bc057701e75 (diff)
downloadlcd4linux-d0b266cf85d3c7733259c76831de0cfd4c1731a1.tar.gz
Import upstream version 0.11.0~svn1180
Diffstat (limited to 'plugin_qnaplog.c')
-rw-r--r--plugin_qnaplog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin_qnaplog.c b/plugin_qnaplog.c
index ef7ad77..b574b19 100644
--- a/plugin_qnaplog.c
+++ b/plugin_qnaplog.c
@@ -281,7 +281,7 @@ static void my_conn(RESULT * result, RESULT * arg1)
time_t accesstime;
- value = -1;
+ value = NULL;
key = R2S(arg1);
if (configureConn() >= 0) {
@@ -337,7 +337,7 @@ static void my_event(RESULT * result, RESULT * arg1)
time_t accesstime;
- value = -1;
+ value = NULL;
key = R2S(arg1);
if (configureEvent() >= 0) {