Commit 2512598f authored by jan.koester's avatar jan.koester
Browse files

reworked error throwing media plugin

parent 911abb97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ void blogi::RedisStore::load(const std::string key,std::vector<char> &value) {

void blogi::RedisStore::_reconnect(){

    _RedisCTX=redisConnect(_host.c_str(),_port);
    redisReconnect(_RedisCTX);

    if (_RedisCTX->err) {
        libhttppp::HTTPException exp;