diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-23 12:45:05 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-23 12:45:05 +0200 |
commit | 97cac27b334350f4452a7fe60658f533d851bbb9 (patch) | |
tree | 4247c0792e2512ac408524e5f08294476e1790ee | |
parent | d9109c5342b19ec2cf811f9a61e9e2167e7ca3e4 (diff) | |
download | samba-97cac27b334350f4452a7fe60658f533d851bbb9.tar.gz samba-97cac27b334350f4452a7fe60658f533d851bbb9.tar.bz2 samba-97cac27b334350f4452a7fe60658f533d851bbb9.zip |
Fix syntax for return type in DCE/RPC interface python bindings.
(This used to be commit 40652801fce937b37a43d37db9892821572cd6fd)
-rw-r--r-- | source4/pidl/lib/Parse/Pidl/Samba4/Python.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Samba4/Python.pm b/source4/pidl/lib/Parse/Pidl/Samba4/Python.pm index 88f2daa3b8..440b1bff97 100644 --- a/source4/pidl/lib/Parse/Pidl/Samba4/Python.pm +++ b/source4/pidl/lib/Parse/Pidl/Samba4/Python.pm @@ -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\" |