1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r14373: remove unreached wrong code, found by sparse

metze
(This used to be commit dd485aa960)
This commit is contained in:
Stefan Metzmacher 2006-03-14 12:59:35 +00:00 committed by Gerald (Jerry) Carter
parent add7ba54c1
commit 2ce73cb6db

View 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 */