summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_srvsvc.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-07 02:59:01 +0100
committerGünther Deschner <gd@samba.org>2008-03-07 13:08:26 +0100
commit766c669be110f3f750439c1db648f4ebf051af1f (patch)
tree211abb92a84aaf929297c5c22567fad7c8ab2129 /source3/librpc/gen_ndr/srv_srvsvc.c
parentf78316c2a7e0567c43a5f750790835543a689a64 (diff)
downloadsamba-766c669be110f3f750439c1db648f4ebf051af1f.tar.gz
samba-766c669be110f3f750439c1db648f4ebf051af1f.tar.bz2
samba-766c669be110f3f750439c1db648f4ebf051af1f.zip
Re-run make idl.
Guenther (This used to be commit b0cb768287de861f1d1630c9a4c70d9af2a74147)
Diffstat (limited to 'source3/librpc/gen_ndr/srv_srvsvc.c')
-rw-r--r--source3/librpc/gen_ndr/srv_srvsvc.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/source3/librpc/gen_ndr/srv_srvsvc.c b/source3/librpc/gen_ndr/srv_srvsvc.c
index 75e586c716..13619d46e3 100644
--- a/source3/librpc/gen_ndr/srv_srvsvc.c
+++ b/source3/librpc/gen_ndr/srv_srvsvc.c
@@ -1215,8 +1215,7 @@ static bool api_srvsvc_NetShareEnumAll(pipes_struct *p)
}
ZERO_STRUCT(r->out);
- r->out.level = r->in.level;
- r->out.ctr = r->in.ctr;
+ r->out.info_ctr = r->in.info_ctr;
r->out.totalentries = talloc_zero(r, uint32_t);
if (r->out.totalentries == NULL) {
talloc_free(r);
@@ -2831,8 +2830,7 @@ static bool api_srvsvc_NetShareEnum(pipes_struct *p)
}
ZERO_STRUCT(r->out);
- r->out.level = r->in.level;
- r->out.ctr = r->in.ctr;
+ r->out.info_ctr = r->in.info_ctr;
r->out.totalentries = talloc_zero(r, uint32_t);
if (r->out.totalentries == NULL) {
talloc_free(r);