1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

r10879: Added the ZERO_STRUCT(q_u), (r_u) entries to the generated

Samba3 code. Jelmer please check !
Jeremy.
(This used to be commit 534e8d16228ad4f1306ddf21ea9c9b988d736525)
This commit is contained in:
Jeremy Allison 2005-10-10 20:03:34 +00:00 committed by Gerald (Jerry) Carter
parent d617556ef5
commit 399533dc64

View File

@ -36,6 +36,9 @@ sub ParseFunction($$)
pidl "prs_struct *data = &p->in_data.data;";
pidl "prs_struct *rdata = &p->out_data.rdata;";
pidl "";
pidl "ZERO_STRUCT(q_u);"
pidl "ZERO_STRUCT(r_u);"
pidl "";
pidl "if (!$if->{NAME}_io_q_$fn->{NAME}(\"\", &q_u, data, 0))";
pidl "\treturn False;";
pidl "";