r14373: remove unreached wrong code, found by sparse
authorStefan Metzmacher <metze@samba.org>
Tue, 14 Mar 2006 12:59:35 +0000 (12:59 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:57:16 +0000 (13:57 -0500)
metze

source/dsdb/samdb/ldb_modules/kludge_acl.c

index 24866a9e45143ad9220059c4482c42cccf7fd1cf..6b5bd3d296e731c3e03546bfa869f02e41b74225 100644 (file)
@@ -91,7 +91,6 @@ static const char *user_name(TALLOC_CTX *mem_ctx, struct ldb_module *module)
        return talloc_asprintf(mem_ctx, "%s\\%s",
                               session_info->server_info->domain_name,
                               session_info->server_info->account_name);
-       return ANONYMOUS;
 }
 
 /* search */