Fix some variable compare logic:
1 NULL == NULL will return true 2 NULL != NULL will return false 3 If any of the two is NULL, <= >= > < will always return false.
Authored by: utunnels 2007-12-29
Parent: [r1260]
Child: [r1262]