diff options
author | Volker Lendecke <vl@samba.org> | 2008-07-11 17:43:54 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-07-11 17:53:25 +0200 |
commit | d803fa6e46c98cc6cdcacfb0225388d786617f0a (patch) | |
tree | 195593df8457ad6f19a891e3abd6db7c83963c30 /source3/passdb | |
parent | d1edba537fb262b019414c326f2823e5406072f6 (diff) | |
download | samba-d803fa6e46c98cc6cdcacfb0225388d786617f0a.tar.gz samba-d803fa6e46c98cc6cdcacfb0225388d786617f0a.tar.xz samba-d803fa6e46c98cc6cdcacfb0225388d786617f0a.zip |
Revert "Remove an unused variable"
This reverts commit 454cb852e06fa3d8bdd0eebb3ebdb24b3d74ecd0.
(This used to be commit cae8ec3199d5b0ffe0bfb6f15adaa5a12343c763)
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/lookup_sid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/passdb/lookup_sid.c b/source3/passdb/lookup_sid.c index 777793cbdab..4e11bb84d87 100644 --- a/source3/passdb/lookup_sid.c +++ b/source3/passdb/lookup_sid.c @@ -1393,6 +1393,7 @@ bool sid_to_uid(const DOM_SID *psid, uid_t *puid) bool sid_to_gid(const DOM_SID *psid, gid_t *pgid) { + uint32 rid; uid_t uid; if (fetch_gid_from_cache(pgid, psid)) |