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

s4/dsdb/cracknames: Remove unneeded attribute

The cracknames code never uses this.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Joseph Sutton 2023-01-27 07:59:00 +13:00 committed by Andreas Schneider
parent dc7911e76b
commit 047214be29

View File

@ -1625,7 +1625,6 @@ WERROR dcesrv_drsuapi_ListInfoServer(struct ldb_context *sam_ctx, TALLOC_CTX *me
int ret, i;
const char *str;
const char *attrs[] = {
"dn",
"dNSHostName",
"serverReference",
NULL