diff options
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)); |