diff options
author | Volker Lendecke <vl@samba.org> | 2012-04-21 10:24:42 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-04-21 12:10:37 +0200 |
commit | 13774a5f9f902ba3cc02ddc3a90f64ab8e80b514 (patch) | |
tree | cad4dccc70d6f10bd01877c6cf4d4ca3a59305d6 /source3 | |
parent | c0ba8295f24356abd08a601e105718e70fb4b4d8 (diff) | |
download | samba-13774a5f9f902ba3cc02ddc3a90f64ab8e80b514.tar.gz samba-13774a5f9f902ba3cc02ddc3a90f64ab8e80b514.tar.bz2 samba-13774a5f9f902ba3cc02ddc3a90f64ab8e80b514.zip |
s3: Remove two unused variables
Diffstat (limited to 'source3')
-rw-r--r-- | source3/passdb/lookup_sid.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |