svn commit: samba r13337 - branches/SAMBA_3_0/source/utils trunk/source/utils

vlendec at samba.org vlendec at samba.org
Sat Feb 4 09:04:15 GMT 2006


Author: vlendec
Date: 2006-02-04 09:04:14 +0000 (Sat, 04 Feb 2006)
New Revision: 13337

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13337

Log:
Attempt to fix the AIX build
Modified:
   branches/SAMBA_3_0/source/utils/net_rpc_shell.c
   trunk/source/utils/net_rpc_shell.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/net_rpc_shell.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_rpc_shell.c	2006-02-04 08:55:35 UTC (rev 13336)
+++ branches/SAMBA_3_0/source/utils/net_rpc_shell.c	2006-02-04 09:04:14 UTC (rev 13337)
@@ -252,7 +252,7 @@
 	return 0;
 }
 
-static struct rpc_sh_cmd sh_cmds[] = {
+static struct rpc_sh_cmd sh_cmds[5] = {
 
 	{ "info", NULL, PI_SAMR, rpc_sh_info,
 	  "Print information about the domain connected to" },

Modified: trunk/source/utils/net_rpc_shell.c
===================================================================
--- trunk/source/utils/net_rpc_shell.c	2006-02-04 08:55:35 UTC (rev 13336)
+++ trunk/source/utils/net_rpc_shell.c	2006-02-04 09:04:14 UTC (rev 13337)
@@ -252,7 +252,7 @@
 	return 0;
 }
 
-static struct rpc_sh_cmd sh_cmds[] = {
+static struct rpc_sh_cmd sh_cmds[5] = {
 
 	{ "info", NULL, PI_SAMR, rpc_sh_info,
 	  "Print information about the domain connected to" },



More information about the samba-cvs mailing list