*add* in the auth-tyep attribute, and don't *over-ride* it.
authoraland <aland>
Tue, 5 Sep 2000 16:11:17 +0000 (16:11 +0000)
committeraland <aland>
Tue, 5 Sep 2000 16:11:17 +0000 (16:11 +0000)
src/main/files.c

index 0554f79..4372723 100644 (file)
@@ -92,7 +92,7 @@ static void auth_type_fixup(VALUE_PAIR *check)
                exit(1);
        }
        vp->lvalue = n;
-       vp->operator = T_OP_SET;
+       vp->operator = T_OP_ADD;
 
        vp->next = c->next;
        c->next = vp;