diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-05-22 09:09:37 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-05-22 09:09:37 +0000 |
commit | 943340a5a3f5d725e2cd35ab47f33083837cb904 (patch) | |
tree | 9e94688083bb5cc54cb44e4ac194fc3772345435 /source3/aparser/vluke.c | |
parent | 74d677ec591a715e28dba29a33ee40e1b1c2f830 (diff) | |
download | samba-943340a5a3f5d725e2cd35ab47f33083837cb904.tar.gz samba-943340a5a3f5d725e2cd35ab47f33083837cb904.tar.xz samba-943340a5a3f5d725e2cd35ab47f33083837cb904.zip |
more aparser stuff - we now handle everything but the idl headers in srvsvc.idl
(This used to be commit 5f1e8422d0ebc589cdfe95f1001a8e55cb60af4a)
Diffstat (limited to 'source3/aparser/vluke.c')
-rw-r--r-- | source3/aparser/vluke.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/aparser/vluke.c b/source3/aparser/vluke.c index d26d1d04de6..15608ae01ab 100644 --- a/source3/aparser/vluke.c +++ b/source3/aparser/vluke.c @@ -31,7 +31,7 @@ int main(int argc, char *argv[]) } fstat(fd, &st); - prs_init(&ps, 0, 4, MARSHALL); + prs_init(&ps, 0, MARSHALL); ps.is_dynamic=True; prs_read(&ps, fd, st.st_size, 0); ps.data_offset = 0; |