r6762: with the zone right we don't need a fully qualified site name at all
authorAndrew Tridgell <tridge@samba.org>
Fri, 13 May 2005 06:06:19 +0000 (06:06 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:16:42 +0000 (13:16 -0500)
source/cldap_server/netlogon.c

index ea4a8726ef360405d19885b622517ebd755048a5..57606c39302e60e6de3392c30f55b2fd5fb77fbd 100644 (file)
@@ -93,8 +93,7 @@ static NTSTATUS cldapd_netlogon_fill(struct cldap_socket *cldap,
        pdc_dns_name     = talloc_asprintf(mem_ctx, "%s.%s", 
                                           lp_netbios_name(), dns_domain);
        flatname         = samdb_result_string(res[0], "name", lp_workgroup());
-       site_name        = talloc_asprintf(mem_ctx, "Default-First-Site-Name.%s",
-                                          dns_domain);
+       site_name        = "Default-First-Site-Name";
        site_name2       = "";
        pdc_ip           = iface_best_ip(src_address);