summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_become_dc.c
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>2010-03-07 21:46:39 +0200
committerKamen Mazdrashki <kamen.mazdrashki@postpath.com>2010-03-24 17:34:31 +0200
commit05db9365b62289298984e3b30c7a74bfbbf07685 (patch)
tree10288a2ca7beff4d502dd187d865a355b471de79 /source4/libnet/libnet_become_dc.c
parenta4ed8dc1fd51ff0713679aea7e49e842f26fb0dd (diff)
downloadsamba-05db9365b62289298984e3b30c7a74bfbbf07685.tar.gz
samba-05db9365b62289298984e3b30c7a74bfbbf07685.tar.bz2
samba-05db9365b62289298984e3b30c7a74bfbbf07685.zip
s4/drs: DsAddEntry - Propagating unsigned switches to source code
Diffstat (limited to 'source4/libnet/libnet_become_dc.c')
-rw-r--r--source4/libnet/libnet_become_dc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libnet/libnet_become_dc.c b/source4/libnet/libnet_become_dc.c
index deeb2334ef..ea4c620855 100644
--- a/source4/libnet/libnet_become_dc.c
+++ b/source4/libnet/libnet_become_dc.c
@@ -2251,7 +2251,7 @@ static void becomeDC_drsuapi1_add_entry_send(struct libnet_BecomeDC_state *s)
r->in.req->req2.first_object.object.attribute_ctr.num_attributes= num_attrs;
r->in.req->req2.first_object.object.attribute_ctr.attributes = attrs;
- r->out.level_out = talloc(s, int32_t);
+ r->out.level_out = talloc(s, uint32_t);
r->out.ctr = talloc(s, union drsuapi_DsAddEntryCtr);
s->ndr_struct_ptr = r;