diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-07 06:25:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:19:18 -0500 |
commit | 7c3fc18315645f2f7a31732c0b1505a2bef29cb7 (patch) | |
tree | 8c443965368704a6c56351739f50c73d67cd6f01 /source4/scripting/ejs/smbcalls_irpc.c | |
parent | 93aba2c0871a0991dceba2a580d4b04f196adec3 (diff) | |
download | samba-7c3fc18315645f2f7a31732c0b1505a2bef29cb7.tar.gz samba-7c3fc18315645f2f7a31732c0b1505a2bef29cb7.tar.bz2 samba-7c3fc18315645f2f7a31732c0b1505a2bef29cb7.zip |
r8192: updated the glue code for the generated ejs functions from pidl
only handles a small subset of all IDL files so far
(This used to be commit 14b6436cc51f599572932bef72c49e0da4888073)
Diffstat (limited to 'source4/scripting/ejs/smbcalls_irpc.c')
-rw-r--r-- | source4/scripting/ejs/smbcalls_irpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/ejs/smbcalls_irpc.c b/source4/scripting/ejs/smbcalls_irpc.c index 9b0efc69e4..4fd4671732 100644 --- a/source4/scripting/ejs/smbcalls_irpc.c +++ b/source4/scripting/ejs/smbcalls_irpc.c @@ -187,7 +187,7 @@ static NTSTATUS ejs_push_nbtd_info(struct ndr_ejs *ndr, union nbtd_info *r, return NT_STATUS_OK; } -static NTSTATUS ndr_push_nbtd_information(struct ndr_push *ndr, +static NTSTATUS ndr_push_nbtd_information(struct ndr_ejs *ndr, struct nbtd_information *r, struct MprVar *v) { NDR_CHECK(ejs_push_set_switch_value(ndr, &r->out.info, r->in.level)); |