s3: Fix an uninitialized variable in idmap_tdb2_sid_to_id()
authorVolker Lendecke <vl@samba.org>
Thu, 29 Apr 2010 10:11:04 +0000 (12:11 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 29 Apr 2010 12:33:08 +0000 (14:33 +0200)
commitfcdba1b36ffc3cfdeac71863f26a1605d3b24fa5
treedf9f35637d40e9444994a02f286df5c6129315ea
parent81e75bacd346384a3e0ac3b2d73cb1981fe278d1
s3: Fix an uninitialized variable in idmap_tdb2_sid_to_id()

When we find an invalid record in the database, there's no point in checking
the non-existing value against the range limits.
source3/winbindd/idmap_tdb2.c