s3: Remove a shadowing variable declaration
authorVolker Lendecke <vl@samba.org>
Fri, 31 Aug 2012 12:17:49 +0000 (14:17 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 1 Sep 2012 01:33:21 +0000 (03:33 +0200)
source3/passdb/lookup_sid.c

index 530fa6bfa0a477500aa7d2860c488511d92cc73f..76a454c8d7364f536bd79c7b83c6954b72535d10 100644 (file)
@@ -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;