]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/database-redis.cpp
Fix Android node selection distance (#6187)
[dragonfireclient.git] / src / database-redis.cpp
index 93e6717fa7e5ee4f67dca84bb7e7663936d8307e..096ea504db12c82d08094cd2ab9591c8ccfd2629 100644 (file)
@@ -38,7 +38,7 @@ Database_Redis::Database_Redis(Settings &conf)
        try {
                tmp = conf.get("redis_address");
                hash = conf.get("redis_hash");
-       } catch (SettingNotFoundException) {
+       } catch (SettingNotFoundException &) {
                throw SettingNotFoundException("Set redis_address and "
                        "redis_hash in world.mt to use the redis backend");
        }