Reverted change 1.38 -> 1.39. pairmove() uses operators, which
authoraland <aland>
Thu, 14 Sep 2006 17:41:34 +0000 (17:41 +0000)
committeraland <aland>
Thu, 14 Sep 2006 17:41:34 +0000 (17:41 +0000)
commitf2db73867244e543ed38e8794a9227e52d799b82
tree395f9f1f372e3379b49ea73f056a3bc09e13edd8
parent0bfa74195b1d390b91d582544e41b5893af52d1d
Reverted change 1.38 -> 1.39.  pairmove() uses operators, which
is unnecessary here.  The Perl code can decide which attributes
should be in which lists, so the operators are entirely unnecessary.

In addition, pairmove() may leave attributes in the source list,
so the code in 1.39 has a memory leak, because it doesn't call
pairfree.

A fix for bug #390 will be committed separately.
src/modules/rlm_perl/rlm_perl.c