r13337: Attempt to fix the AIX build
authorVolker Lendecke <vlendec@samba.org>
Sat, 4 Feb 2006 09:04:14 +0000 (09:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:06:25 +0000 (11:06 -0500)
(This used to be commit b129b4f94f6ff1d963ac316cf180662f5cecf9f6)

source3/utils/net_rpc_shell.c

index f9675e430bca3a41847ee99d3dd3745c6968332d..2e1f65fe6c4104237c3e6a9beaa1fe604c8ac568 100644 (file)
@@ -252,7 +252,7 @@ int net_rpc_shell(int argc, const char **argv)
        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" },