mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r20204: use symbolic constant
metze
(This used to be commit a816c2973a
)
This commit is contained in:
parent
0e2ebecf18
commit
6e8a88fe2e
@ -1356,7 +1356,7 @@ static void becomeDC_drsuapi1_add_entry_send(struct libnet_BecomeDC_state *s)
|
||||
v = talloc_array(vs, uint32_t, 1);
|
||||
if (composite_nomem(v, c)) return;
|
||||
|
||||
v[0] = 0x00000002;
|
||||
v[0] = DS_BEHAVIOR_WIN2003;
|
||||
|
||||
vs[0].value = &v[0];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user