summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_become_dc.c
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>2010-03-05 20:33:46 +0200
committerStefan Metzmacher <metze@samba.org>2010-03-10 17:11:57 +0100
commit9f21787131a062c15b4757d3e655fbb5fbc9960b (patch)
tree83c3b411a9393fd7a86cd3dcea832bb2c634fdc7 /source4/libnet/libnet_become_dc.c
parent89f8c35ac4cb123c930207f6e8dd2ff4e428db72 (diff)
downloadsamba-9f21787131a062c15b4757d3e655fbb5fbc9960b.tar.gz
samba-9f21787131a062c15b4757d3e655fbb5fbc9960b.tar.bz2
samba-9f21787131a062c15b4757d3e655fbb5fbc9960b.zip
s4/drs: DsGetNCChanges - Propagating IDL changes to source code
Signed-off-by: Stefan Metzmacher <metze@samba.org>
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 45a3d04ab1..8eac1fd122 100644
--- a/source4/libnet/libnet_become_dc.c
+++ b/source4/libnet/libnet_become_dc.c
@@ -2444,7 +2444,7 @@ static void becomeDC_drsuapi_pull_partition_send(struct libnet_BecomeDC_state *s
r = talloc(s, struct drsuapi_DsGetNCChanges);
if (composite_nomem(r, c)) return;
- r->out.level_out = talloc(r, int32_t);
+ r->out.level_out = talloc(r, uint32_t);
if (composite_nomem(r->out.level_out, c)) return;
r->in.req = talloc(r, union drsuapi_DsGetNCChangesRequest);
if (composite_nomem(r->in.req, c)) return;