From 4c4b5de4c8710d8c1c82b578c3fba4df4f4efc02 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 4 Feb 2006 09:04:14 +0000 Subject: r13337: Attempt to fix the AIX build (This used to be commit b129b4f94f6ff1d963ac316cf180662f5cecf9f6) --- source3/utils/net_rpc_shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/net_rpc_shell.c') diff --git a/source3/utils/net_rpc_shell.c b/source3/utils/net_rpc_shell.c index f9675e430b..2e1f65fe6c 100644 --- a/source3/utils/net_rpc_shell.c +++ b/source3/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" }, -- cgit