summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_srvsvc.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-10 17:07:37 +0100
committerGünther Deschner <gd@samba.org>2008-03-10 17:07:37 +0100
commit66812746451ccf709560c47360ae9e3f62375b80 (patch)
tree1f0329b622d60bab4e95a82fc169e78c89706f70 /source3/librpc/gen_ndr/srv_srvsvc.c
parent89d209719f75e5c8ab9c66c1e6d062f7b3bdf0a7 (diff)
downloadsamba-66812746451ccf709560c47360ae9e3f62375b80.tar.gz
samba-66812746451ccf709560c47360ae9e3f62375b80.tar.bz2
samba-66812746451ccf709560c47360ae9e3f62375b80.zip
Re-run make idl.
Guenther (This used to be commit fd878d7923618904cd54b88aa31d59a7bca5a9f9)
Diffstat (limited to 'source3/librpc/gen_ndr/srv_srvsvc.c')
-rw-r--r--source3/librpc/gen_ndr/srv_srvsvc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/srv_srvsvc.c b/source3/librpc/gen_ndr/srv_srvsvc.c
index 2817542131..100f2cacf9 100644
--- a/source3/librpc/gen_ndr/srv_srvsvc.c
+++ b/source3/librpc/gen_ndr/srv_srvsvc.c
@@ -748,8 +748,7 @@ static bool api_srvsvc_NetFileEnum(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);