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:
committed by
Gerald (Jerry) Carter
parent
a6597181f6
commit
7cc8df0c2f
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user