inetmib1: Fix off-by-one error in findNextOidInTable.
authorRob Shearman <robertshearman@gmail.com>
Wed, 2 Dec 2009 14:55:10 +0000 (14:55 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 2 Dec 2009 15:31:22 +0000 (16:31 +0100)
commitd0f93223b1ec6cb94bf57bfb97540fe908cabf71
tree1907a85d95ace2183bc3538b3ba1fba1fe3c7cf9
parent190a11ddb6ca6f55c7d68bf95ede376991c8ffba
inetmib1: Fix off-by-one error in findNextOidInTable.

index is 1-based, so take that into account when calculating the
pointer to pass into the compare function.
dlls/inetmib1/main.c