From b611fd9550b3d24711f2006d0489e28e1d8c31f5 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 3 Jul 2008 16:44:13 +0200 Subject: Remove an unused variable (This used to be commit 454cb852e06fa3d8bdd0eebb3ebdb24b3d74ecd0) --- source3/passdb/lookup_sid.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/passdb/lookup_sid.c b/source3/passdb/lookup_sid.c index 4e11bb84d8..777793cbda 100644 --- a/source3/passdb/lookup_sid.c +++ b/source3/passdb/lookup_sid.c @@ -1393,7 +1393,6 @@ 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)) -- cgit