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:35:25 +0000 (14:35 +0200)
commit969ed788505ea1ce75a73a7a38d4560c3acaa72f
tree6997af2322a7b5af6e8e098d7290a7aad08add50
parent5f69b0021bfabca7f6c93a5113f2c41b72981fe4
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