Fix syntax for return type in DCE/RPC interface python bindings.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 23 May 2008 10:45:05 +0000 (12:45 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 23 May 2008 10:45:05 +0000 (12:45 +0200)
(This used to be commit 40652801fce937b37a43d37db9892821572cd6fd)

source4/pidl/lib/Parse/Pidl/Samba4/Python.pm

index 88f2daa3b80384f566dbd46906892242210babe3..440b1bff978930331e8aa26597e0651b651393c1 100644 (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\"