[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-47-g761536a

Jelmer Vernooij jelmer at samba.org
Sat Apr 5 22:43:41 GMT 2008


The branch, v4-0-test has been updated
       via  761536a5e4dd3dbfacf1576d7092827cdeda897b (commit)
      from  7fccd85cc673c139bc1d57915e0fccd22316998c (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 761536a5e4dd3dbfacf1576d7092827cdeda897b
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Apr 6 00:42:27 2008 +0200

    Fix authservice count.

-----------------------------------------------------------------------

Summary of changes:
 source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm b/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
index a959dc8..9fb5a6a 100644
--- a/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+++ b/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
@@ -2248,7 +2248,7 @@ sub FunctionTable($$)
 	$self->pidl("");
 
 	$self->pidl("static const struct ndr_interface_string_array $interface->{NAME}\_authservices = {");
-	$self->pidl("\t.count\t= $endpoint_count,");
+	$self->pidl("\t.count\t= $authservice_count,");
 	$self->pidl("\t.names\t= $interface->{NAME}\_authservice_strings");
 	$self->pidl("};");
 	$self->pidl("");


-- 
Samba Shared Repository


More information about the samba-cvs mailing list