Loading plugins/media/media.cpp +8 −7 Original line number Diff line number Diff line Loading @@ -432,6 +432,7 @@ namespace blogi { throw exp; } if(Args->config->getRedisPassword()){ redisReply *reply = (redisReply*)redisCommand(_RedisCTX, "AUTH %s", Args->config->getRedisPassword()); if (reply->type == REDIS_REPLY_ERROR) { libhttppp::HTTPException exp; Loading @@ -439,7 +440,7 @@ namespace blogi { throw exp; } freeReplyObject(reply); } } Loading Loading
plugins/media/media.cpp +8 −7 Original line number Diff line number Diff line Loading @@ -432,6 +432,7 @@ namespace blogi { throw exp; } if(Args->config->getRedisPassword()){ redisReply *reply = (redisReply*)redisCommand(_RedisCTX, "AUTH %s", Args->config->getRedisPassword()); if (reply->type == REDIS_REPLY_ERROR) { libhttppp::HTTPException exp; Loading @@ -439,7 +440,7 @@ namespace blogi { throw exp; } freeReplyObject(reply); } } Loading