summaryrefslogtreecommitdiff
path: root/source4/torture/libnet
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-04-09 14:55:01 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-04-09 14:55:01 +1000
commit3f990fdf7c8735d3cf34d7407bd844b1c268e23f (patch)
tree850f45ebdb20154597959cc35ef910b5bb1d7897 /source4/torture/libnet
parente8a3621a8fdf4b76dc64edcd391b71eb4e63adfd (diff)
downloadsamba-3f990fdf7c8735d3cf34d7407bd844b1c268e23f.tar.gz
samba-3f990fdf7c8735d3cf34d7407bd844b1c268e23f.tar.bz2
samba-3f990fdf7c8735d3cf34d7407bd844b1c268e23f.zip
Remove dns_name element
This is only used in the DEBUG() message, so let's remove it. Andrew Bartlett (This used to be commit 5ebb64bdad7e80ee81d6b9d84d77c03fb9237eee)
Diffstat (limited to 'source4/torture/libnet')
-rw-r--r--source4/torture/libnet/libnet_BecomeDC.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/libnet/libnet_BecomeDC.c b/source4/torture/libnet/libnet_BecomeDC.c
index bb5e8fe061..07dd0ddd81 100644
--- a/source4/torture/libnet/libnet_BecomeDC.c
+++ b/source4/torture/libnet/libnet_BecomeDC.c
@@ -76,7 +76,6 @@ static NTSTATUS test_become_dc_prepare_db(void *private_data,
return NT_STATUS_NO_MEMORY;
}
- settings.dns_name = p->dest_dsa->dns_name;
settings.site_name = p->dest_dsa->site_name;
settings.root_dn_str = p->forest->root_dn_str;
settings.domain_dn_str = p->domain->dn_str;