diff options
author | horchi <vdr@jwendel.de> | 2018-05-24 08:13:55 +0200 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2018-05-24 08:13:55 +0200 |
commit | 1cbab41a38411ded875924d8b3cdaba68bafd574 (patch) | |
tree | 51c6f435007cb36369f660330e68b28771b9a853 /update.c | |
parent | c8bd1c70a8d10ee13fd8d0b12adf9655dcaa8634 (diff) | |
download | vdr-epg-daemon-1cbab41a38411ded875924d8b3cdaba68bafd574.tar.gz vdr-epg-daemon-1cbab41a38411ded875924d8b3cdaba68bafd574.tar.bz2 |
2018-05-14: version 1.1.141 (horchi)\n added: Compatibility for newer MariaBD librarys (patch by provided by marco)\n added: execution shell to scripts\n\n1.1.141
Diffstat (limited to 'update.c')
-rw-r--r-- | update.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1395,6 +1395,9 @@ int cEpgd::checkProcedure(const char* name, cDBS::ProcType type, cDbProcedure* f asprintf(¶m, "%s.md5", name); p = fp ? fp : new cDbProcedure(connection, name, type); + if (!connection || !connection->getMySql()) + return fail; + if (p->created()) { getParameter("epgd", param, md5); |