1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-04 08:23:50 +03:00

r9879: A quick check to see if nested initialisers (?) is portable across the

build farm.  I have a feeling it isn't.
This commit is contained in:
Tim Potter
2005-09-01 07:29:33 +00:00
committed by Gerald (Jerry) Carter
parent a6597181f6
commit 7cc8df0c2f

View File

@@ -71,7 +71,11 @@ static const struct ldb_map_attribute builtin_attribute_maps[] = {
{
.local_name = "dn",
.type = MAP_CONVERT,
.u.convert.remote_name = "dn",
.u = {
.convert = {
.remote_name = "dn",
}
},
.u.convert.convert_local = map_convert_local_dn,
.u.convert.convert_remote = map_convert_remote_dn,
},