Ignore:
Timestamp:
May 26, 2009, 9:44:50 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.6

Location:
branches/samba-3.2.x/source/libaddns
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/libaddns/dnsmarshall.c

    r133 r228  
    253253        if (!(name = talloc(mem_ctx, struct dns_domain_name))) {
    254254                buf->error = ERROR_DNS_NO_MEMORY;
     255                return;
    255256        }
    256257
  • branches/samba-3.2.x/source/libaddns/dnsrecord.c

    r133 r228  
    379379
    380380        /*
    381          * The zone must be used at all
     381         * Use the same prereq as WinXP -- No CNAME records for this host.
    382382         */
    383383
    384         err = dns_create_rrec(req, domainname, QTYPE_ANY, DNS_CLASS_ANY,
     384        err = dns_create_rrec(req, hostname, QTYPE_CNAME, DNS_CLASS_NONE,
    385385                              0, 0, NULL, &rec);
    386386        if (!ERR_DNS_IS_OK(err)) goto error;
Note: See TracChangeset for help on using the changeset viewer.