1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-14 20:23:54 +03:00

python: Fix rpcecho tests.

This commit is contained in:
Jelmer Vernooij
2008-01-14 03:59:36 +01:00
parent 5ee99ff31c
commit ebb78ea423
5 changed files with 6 additions and 11 deletions

View File

@@ -491,8 +491,8 @@ sub Interface($$$)
$self->indent;
$self->pidl("$interface->{NAME}_InterfaceObject *ret;");
$self->pidl("const char *binding_string;");
$self->pidl("struct cli_credentials *credentials;");
$self->pidl("struct loadparm_context *lp_ctx;");
$self->pidl("struct cli_credentials *credentials = NULL;");
$self->pidl("struct loadparm_context *lp_ctx = NULL;");
$self->pidl("TALLOC_CTX *mem_ctx = NULL;");
$self->pidl("NTSTATUS status;");
$self->pidl("");