1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

s4:libnet_become_dc - bump down the level requested by abartlet

This commit is contained in:
Matthias Dieter Wallnöfer
2009-09-21 11:59:07 +02:00
parent f0c080a484
commit 32f4afd617

View File

@ -2101,7 +2101,7 @@ static void becomeDC_drsuapi1_add_entry_send(struct libnet_BecomeDC_state *s)
vd[0] = data_blob_talloc(vd, NULL, 4);
if (composite_nomem(vd[0].data, c)) return;
SIVAL(vd[0].data, 0, DS_DC_FUNCTION_2008_R2);
SIVAL(vd[0].data, 0, DS_DC_FUNCTION_2008);
vs[0].blob = &vd[0];