Corrected typo
authoraland <aland>
Thu, 9 Aug 2007 13:01:52 +0000 (13:01 +0000)
committeraland <aland>
Thu, 9 Aug 2007 13:01:52 +0000 (13:01 +0000)
src/main/evaluate.c

index 2cf5cb7..efd91d5 100644 (file)
@@ -912,7 +912,7 @@ static void my_pairmove(REQUEST *request, VALUE_PAIR **to, VALUE_PAIR *from)
                 *      file and debug output, where we don't want to
                 *      see the operators.
                 */
-               to_list[j]->operator = T_OP_EQ;
+               to_list[i]->operator = T_OP_EQ;
 
                *last = to_list[i];
                last = &(*last)->next;