From 13774a5f9f902ba3cc02ddc3a90f64ab8e80b514 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 21 Apr 2012 10:24:42 +0200 Subject: s3: Remove two unused variables --- source3/passdb/lookup_sid.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/passdb') diff --git a/source3/passdb/lookup_sid.c b/source3/passdb/lookup_sid.c index f544a3f678..3f7be2a0de 100644 --- a/source3/passdb/lookup_sid.c +++ b/source3/passdb/lookup_sid.c @@ -1385,7 +1385,6 @@ bool sid_to_uid(const struct dom_sid *psid, uid_t *puid) bool expired = true; bool ret; uint32 rid; - gid_t gid; /* Optimize for the Unix Users Domain * as the conversion is straightforward */ @@ -1439,7 +1438,6 @@ bool sid_to_gid(const struct dom_sid *psid, gid_t *pgid) bool expired = true; bool ret; uint32 rid; - uid_t uid; /* Optimize for the Unix Groups Domain * as the conversion is straightforward */ -- cgit