s3:passdb: fix bug #6509: use gid (not uid) cache in fetch_gid_from_cache().
authorMichael Adam <obnox@samba.org>
Fri, 26 Jun 2009 12:09:10 +0000 (14:09 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 26 Jun 2009 12:15:44 +0000 (14:15 +0200)
commita4bc5bfa95be242fe1c8e0cd520a8f1e3d2a67f5
tree8ef5ca343872c0a8dfbccdb050d6f25bd47d1fc7
parent2579afc89710565bea0b16aa894b61fbb7776f26
s3:passdb: fix bug #6509: use gid (not uid) cache in fetch_gid_from_cache().

With the previous code, the cache can never have been hit at all.

Michael
source3/passdb/lookup_sid.c