From: Volker Lendecke Date: Fri, 31 Aug 2012 12:17:49 +0000 (+0200) Subject: s3: Remove a shadowing variable declaration X-Git-Tag: samba-4.0.0rc1~293 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ffe69082e23675a96e59eea0954a6b17530e82c;p=thirdparty%2Fsamba.git s3: Remove a shadowing variable declaration --- diff --git a/source3/passdb/lookup_sid.c b/source3/passdb/lookup_sid.c index 530fa6bfa0a..76a454c8d73 100644 --- a/source3/passdb/lookup_sid.c +++ b/source3/passdb/lookup_sid.c @@ -1096,8 +1096,6 @@ static bool legacy_sid_to_unixid(const struct dom_sid *psid, struct unixid *id) if ((sid_check_is_in_builtin(psid) || sid_check_is_in_wellknown_domain(psid))) { - bool ret; - map = talloc_zero(NULL, GROUP_MAP); if (!map) { return false;