summaryrefslogtreecommitdiffstats
path: root/source/utils/net_rpc_shell.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-02-04 09:04:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:06:25 -0500
commitb129b4f94f6ff1d963ac316cf180662f5cecf9f6 (patch)
treea568d387ed39bf54e72d891bc230ff0c62714360 /source/utils/net_rpc_shell.c
parent2aed5b36409e05ac25b4492669f47d50be988f2c (diff)
downloadsamba-b129b4f94f6ff1d963ac316cf180662f5cecf9f6.tar.gz
samba-b129b4f94f6ff1d963ac316cf180662f5cecf9f6.tar.xz
samba-b129b4f94f6ff1d963ac316cf180662f5cecf9f6.zip
r13337: Attempt to fix the AIX build
Diffstat (limited to 'source/utils/net_rpc_shell.c')
-rw-r--r--source/utils/net_rpc_shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/utils/net_rpc_shell.c b/source/utils/net_rpc_shell.c
index f9675e430bc..2e1f65fe6c4 100644
--- a/source/utils/net_rpc_shell.c
+++ b/source/utils/net_rpc_shell.c
@@ -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" },