summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_samr.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-05 15:10:52 +0100
committerGünther Deschner <gd@samba.org>2008-11-05 15:10:52 +0100
commit6a3a8f7e16b9d53db5fcb304d8b4b9d59cec2ced (patch)
tree0050710c38bbf57e910e0e2de4a702a5484646d0 /source3/librpc/gen_ndr/srv_samr.c
parent7ac5660d2c3176b27d1dc62146218d86d9c0da95 (diff)
downloadsamba-6a3a8f7e16b9d53db5fcb304d8b4b9d59cec2ced.tar.gz
samba-6a3a8f7e16b9d53db5fcb304d8b4b9d59cec2ced.tar.bz2
samba-6a3a8f7e16b9d53db5fcb304d8b4b9d59cec2ced.zip
s3-build: re-run make samba3-idl.
Guenther
Diffstat (limited to 'source3/librpc/gen_ndr/srv_samr.c')
-rw-r--r--source3/librpc/gen_ndr/srv_samr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/srv_samr.c b/source3/librpc/gen_ndr/srv_samr.c
index e09c7a3faf..3e3a1cc6c1 100644
--- a/source3/librpc/gen_ndr/srv_samr.c
+++ b/source3/librpc/gen_ndr/srv_samr.c
@@ -3750,7 +3750,7 @@ static bool api_samr_QueryUserInfo2(pipes_struct *p)
}
ZERO_STRUCT(r->out);
- r->out.info = talloc_zero(r, union samr_UserInfo);
+ r->out.info = talloc_zero(r, union samr_UserInfo *);
if (r->out.info == NULL) {
talloc_free(r);
return false;
@@ -5355,7 +5355,7 @@ static bool api_samr_ValidatePassword(pipes_struct *p)
}
ZERO_STRUCT(r->out);
- r->out.rep = talloc_zero(r, union samr_ValidatePasswordRep);
+ r->out.rep = talloc_zero(r, union samr_ValidatePasswordRep *);
if (r->out.rep == NULL) {
talloc_free(r);
return false;