]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Alive isn't used. Don't require it
authorAlan T. DeKok <aland@freeradius.org>
Mon, 17 Oct 2011 16:38:23 +0000 (18:38 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 17 Oct 2011 16:38:23 +0000 (18:38 +0200)
src/main/connection.c

index 0fd8befbcfa167d4bff052051eff091df7d33fb1..9f8a1cf6cf417496a3818c6058944c244bb08f44 100644 (file)
@@ -233,7 +233,7 @@ fr_connection_pool_t *fr_connection_pool_init(CONF_SECTION *parent,
        CONF_SECTION *cs;
        const char *cs_name1, *cs_name2;
 
-       if (!parent || !ctx || !c || !a || !d) return NULL;
+       if (!parent || !ctx || !c || !d) return NULL;
 
        cs = cf_section_sub_find(parent, "pool");
        if (!cs) {