]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-dsgetdcname: fix reply generation (forgot to map nt1 to nt5ex).
authorGünther Deschner <gd@samba.org>
Thu, 6 Nov 2008 11:53:00 +0000 (12:53 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 6 Nov 2008 12:40:52 +0000 (13:40 +0100)
Guenther

source3/libsmb/dsgetdcname.c

index ff0a8f9808b510542a30faa7ea96c30e2a80dc16..d8c2b70175ccbfaf1b1408c2d1e3dcb4c3a2b144 100644 (file)
@@ -1040,6 +1040,8 @@ static NTSTATUS process_dc_netbios(TALLOC_CTX *mem_ctx,
                        r->data.nt4 = logon1;
                        r->ntver = nt_version;
 
+                       map_netlogon_samlogon_response(r);
+
                        namecache_store(tmp_dc_name, NBT_NAME_SERVER, 1, &ip_list);
 
                        goto make_reply;