summaryrefslogtreecommitdiff
path: root/lib/db.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-03-20 18:02:17 +0100
committerhorchi <vdr@jwendel.de>2017-03-20 18:02:17 +0100
commit42b9898a8a4a07a3134dadce5d24618a0c402fd1 (patch)
tree6b3837b836873c8bda454778975fe2461bc006fe /lib/db.h
parent9065c5cfb63a92a08c44fe249b53b6a8cb003eab (diff)
downloadvdr-epg-daemon-42b9898a8a4a07a3134dadce5d24618a0c402fd1.tar.gz
vdr-epg-daemon-42b9898a8a4a07a3134dadce5d24618a0c402fd1.tar.bz2
2017-03-20: version 1.1.113 (horchi)\n -added: Add validity check of the API key for https://www.themoviedb.org (by 3po)\n - change: Removed compiler warnings when using clang\n - added: Added clang++ to Make.config (as optional compiler)\n\n
Diffstat (limited to 'lib/db.h')
-rw-r--r--lib/db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/db.h b/lib/db.h
index a93f840..efb5ebf 100644
--- a/lib/db.h
+++ b/lib/db.h
@@ -1052,7 +1052,7 @@ class cDbConnection
MYSQL* mysql;
- int initialized;
+ // int initialized;
int attached;
int inTact;
int connectDropped;