1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

Fix syntax for return type in DCE/RPC interface python bindings.

(This used to be commit 40652801fce937b37a43d37db9892821572cd6fd)
This commit is contained in:
Jelmer Vernooij 2008-05-23 12:45:05 +02:00
parent d9109c5342
commit 97cac27b33

View File

@ -658,7 +658,7 @@ sub Interface($$$)
$self->pidl("");
my $signature =
"\"$interface->{NAME}(binding, lp_ctx=None, credentials=None) -> Connection to DCE/RPC interface.\\n\"
"\"$interface->{NAME}(binding, lp_ctx=None, credentials=None) -> connection\\n\"
\"\\n\"
\"binding should be a DCE/RPC binding string (for example: ncacn_ip_tcp:127.0.0.1)\\n\"
\"lp_ctx should be a path to a smb.conf file or a param.LoadParm object\\n\"