Hi Juha,

I made a fast overview of the code responsible for this checking and I think it is a bug in handling the NULL values.....
I will ask Daniel to take a look on it.

Thanks for report,
Bogdan

Juha Heinanen wrote:
tell me what i'm missing when this test does not print true:

        xlog("L_INFO", "$au $rU $ar $rd\n");
        if (($au != $rU) || ($ar != $rd)) {
                xlog("L_INFO", "true");
        }

when xlog before test prints

openser[18157]: <null> jh <null> test.fi

why is <null> equal to jh and <null> equal to test.fi?

-- juha

_______________________________________________
Devel mailing list
Devel@openser.org
http://openser.org/cgi-bin/mailman/listinfo/devel



_______________________________________________
Devel mailing list
Devel@openser.org
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to