]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove duplicate declaration
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 7 Sep 2012 20:03:34 +0000 (22:03 +0200)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 7 Sep 2012 20:03:34 +0000 (22:03 +0200)
src/modules/rlm_redis/rlm_redis.h

index a55d4db4403a1e43c971f6a9a95480476316b70c..c50158627ddb0b7c42a4087db8b6e6e68b1bddaf 100644 (file)
@@ -67,7 +67,6 @@ typedef struct rlm_redis_t {
         char            *hostname;
         int             port;
        int             database;
-       int             database;
        char            *password;
 
        REDISSOCK *(*redis_get_socket)(REDIS_INST * inst);