[master] Corrected Lease6 logical operator unit tests fail intermittently.
Equality operator tests were reliant on two Lease6 structs, constructed
back to back to have the same value for cltt_, which gets its value from
time(NULL). Corrected this by simple assignment to ensure they are always
equal as the test expects.