[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-656-g2621882

Volker Lendecke vlendec at samba.org
Sat Apr 5 22:50:20 GMT 2008


The branch, v3-2-test has been updated
       via  26218826c327d85c2ef8d0d1addaef24d249d6bf (commit)
      from  1e7e7d86a1ae1cd2c3cc3de9f36b7326ad249b82 (commit)

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


- Log -----------------------------------------------------------------
commit 26218826c327d85c2ef8d0d1addaef24d249d6bf
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Apr 6 00:47:53 2008 +0200

    Re-run "make idl"

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

Summary of changes:
 source/librpc/gen_ndr/ndr_dfs.c      |    2 +-
 source/librpc/gen_ndr/ndr_dssetup.c  |    2 +-
 source/librpc/gen_ndr/ndr_echo.c     |    2 +-
 source/librpc/gen_ndr/ndr_epmapper.c |    2 +-
 source/librpc/gen_ndr/ndr_lsa.c      |    2 +-
 source/librpc/gen_ndr/ndr_netlogon.c |    2 +-
 source/librpc/gen_ndr/ndr_samr.c     |    2 +-
 source/librpc/gen_ndr/ndr_srvsvc.c   |    2 +-
 source/librpc/gen_ndr/ndr_svcctl.c   |    2 +-
 source/librpc/gen_ndr/ndr_winreg.c   |    2 +-
 source/librpc/gen_ndr/ndr_wkssvc.c   |    2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/librpc/gen_ndr/ndr_dfs.c b/source/librpc/gen_ndr/ndr_dfs.c
index 2e9873e..1897550 100644
--- a/source/librpc/gen_ndr/ndr_dfs.c
+++ b/source/librpc/gen_ndr/ndr_dfs.c
@@ -5781,7 +5781,7 @@ static const char * const netdfs_authservice_strings[] = {
 };
 
 static const struct ndr_interface_string_array netdfs_authservices = {
-	.count	= 3,
+	.count	= 1,
 	.names	= netdfs_authservice_strings
 };
 
diff --git a/source/librpc/gen_ndr/ndr_dssetup.c b/source/librpc/gen_ndr/ndr_dssetup.c
index bdad3c4..0c02784 100644
--- a/source/librpc/gen_ndr/ndr_dssetup.c
+++ b/source/librpc/gen_ndr/ndr_dssetup.c
@@ -1062,7 +1062,7 @@ static const char * const dssetup_authservice_strings[] = {
 };
 
 static const struct ndr_interface_string_array dssetup_authservices = {
-	.count	= 4,
+	.count	= 1,
 	.names	= dssetup_authservice_strings
 };
 
diff --git a/source/librpc/gen_ndr/ndr_echo.c b/source/librpc/gen_ndr/ndr_echo.c
index 340167c..83b5fa1 100644
--- a/source/librpc/gen_ndr/ndr_echo.c
+++ b/source/librpc/gen_ndr/ndr_echo.c
@@ -1493,7 +1493,7 @@ static const char * const rpcecho_authservice_strings[] = {
 };
 
 static const struct ndr_interface_string_array rpcecho_authservices = {
-	.count	= 3,
+	.count	= 1,
 	.names	= rpcecho_authservice_strings
 };
 
diff --git a/source/librpc/gen_ndr/ndr_epmapper.c b/source/librpc/gen_ndr/ndr_epmapper.c
index 2e709e1..ba2f7bd 100644
--- a/source/librpc/gen_ndr/ndr_epmapper.c
+++ b/source/librpc/gen_ndr/ndr_epmapper.c
@@ -2679,7 +2679,7 @@ static const char * const epmapper_authservice_strings[] = {
 };
 
 static const struct ndr_interface_string_array epmapper_authservices = {
-	.count	= 3,
+	.count	= 1,
 	.names	= epmapper_authservice_strings
 };
 
diff --git a/source/librpc/gen_ndr/ndr_lsa.c b/source/librpc/gen_ndr/ndr_lsa.c
index 1aa055e..844face 100644
--- a/source/librpc/gen_ndr/ndr_lsa.c
+++ b/source/librpc/gen_ndr/ndr_lsa.c
@@ -12446,7 +12446,7 @@ static const char * const lsarpc_authservice_strings[] = {
 };
 
 static const struct ndr_interface_string_array lsarpc_authservices = {
-	.count	= 5,
+	.count	= 1,
 	.names	= lsarpc_authservice_strings
 };
 
diff --git a/source/librpc/gen_ndr/ndr_netlogon.c b/source/librpc/gen_ndr/ndr_netlogon.c
index e634151..be7d7d1 100644
--- a/source/librpc/gen_ndr/ndr_netlogon.c
+++ b/source/librpc/gen_ndr/ndr_netlogon.c
@@ -15084,7 +15084,7 @@ static const char * const netlogon_authservice_strings[] = {
 };
 
 static const struct ndr_interface_string_array netlogon_authservices = {
-	.count	= 3,
+	.count	= 1,
 	.names	= netlogon_authservice_strings
 };
 
diff --git a/source/librpc/gen_ndr/ndr_samr.c b/source/librpc/gen_ndr/ndr_samr.c
index 46b3a07..db95ec3 100644
--- a/source/librpc/gen_ndr/ndr_samr.c
+++ b/source/librpc/gen_ndr/ndr_samr.c
@@ -12656,7 +12656,7 @@ static const char * const samr_authservice_strings[] = {
 };
 
 static const struct ndr_interface_string_array samr_authservices = {
-	.count	= 3,
+	.count	= 1,
 	.names	= samr_authservice_strings
 };
 
diff --git a/source/librpc/gen_ndr/ndr_srvsvc.c b/source/librpc/gen_ndr/ndr_srvsvc.c
index 4e9e81a..7e2df4c 100644
--- a/source/librpc/gen_ndr/ndr_srvsvc.c
+++ b/source/librpc/gen_ndr/ndr_srvsvc.c
@@ -19634,7 +19634,7 @@ static const char * const srvsvc_authservice_strings[] = {
 };
 
 static const struct ndr_interface_string_array srvsvc_authservices = {
-	.count	= 3,
+	.count	= 1,
 	.names	= srvsvc_authservice_strings
 };
 
diff --git a/source/librpc/gen_ndr/ndr_svcctl.c b/source/librpc/gen_ndr/ndr_svcctl.c
index bcc550b..eb39296 100644
--- a/source/librpc/gen_ndr/ndr_svcctl.c
+++ b/source/librpc/gen_ndr/ndr_svcctl.c
@@ -6059,7 +6059,7 @@ static const char * const svcctl_authservice_strings[] = {
 };
 
 static const struct ndr_interface_string_array svcctl_authservices = {
-	.count	= 2,
+	.count	= 1,
 	.names	= svcctl_authservice_strings
 };
 
diff --git a/source/librpc/gen_ndr/ndr_winreg.c b/source/librpc/gen_ndr/ndr_winreg.c
index 3301dd3..0a53947 100644
--- a/source/librpc/gen_ndr/ndr_winreg.c
+++ b/source/librpc/gen_ndr/ndr_winreg.c
@@ -4522,7 +4522,7 @@ static const char * const winreg_authservice_strings[] = {
 };
 
 static const struct ndr_interface_string_array winreg_authservices = {
-	.count	= 3,
+	.count	= 1,
 	.names	= winreg_authservice_strings
 };
 
diff --git a/source/librpc/gen_ndr/ndr_wkssvc.c b/source/librpc/gen_ndr/ndr_wkssvc.c
index 80ea675..d3870da 100644
--- a/source/librpc/gen_ndr/ndr_wkssvc.c
+++ b/source/librpc/gen_ndr/ndr_wkssvc.c
@@ -10659,7 +10659,7 @@ static const char * const wkssvc_authservice_strings[] = {
 };
 
 static const struct ndr_interface_string_array wkssvc_authservices = {
-	.count	= 3,
+	.count	= 1,
 	.names	= wkssvc_authservice_strings
 };
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list