Remove unneeded lines
authoraland <aland>
Tue, 13 Nov 2007 06:57:38 +0000 (06:57 +0000)
committeraland <aland>
Tue, 13 Nov 2007 06:57:38 +0000 (06:57 +0000)
src/modules/rlm_eap/rlm_eap.c

index 78f92cf..c64e848 100644 (file)
@@ -203,9 +203,6 @@ static int eap_instantiate(CONF_SECTION *cs, void **instance)
         *      of 'inst', above.
         */
 
-       inst->rand_start = lrad_rand();
-       inst->rand_increment = lrad_rand();
-
        /*
         *      Lookup sessions in the tree.  We don't free them in
         *      the tree, as that's taken care of elsewhere...