inetmib1/tests: Fix duplicate expressions in if condition.

This commit is contained in:
Michael Stefaniuc 2010-03-26 13:13:04 +01:00 committed by Alexandre Julliard
parent 3a8a9620ab
commit f788302470
1 changed files with 2 additions and 2 deletions

View File

@ -189,8 +189,8 @@ static void testQuery(void)
vars[2].name.idLength))
moreData = FALSE;
else if (!SnmpUtilOidCmp(&vars[0].name, &vars2[0].name) ||
!SnmpUtilOidCmp(&vars[0].name, &vars2[0].name) ||
!SnmpUtilOidCmp(&vars[0].name, &vars2[0].name))
!SnmpUtilOidCmp(&vars[1].name, &vars2[1].name) ||
!SnmpUtilOidCmp(&vars[2].name, &vars2[2].name))
{
/* If the OID isn't modified, the function isn't implemented on this
* platform, skip the remaining tests.