diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-02-04 09:04:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:06:25 -0500 |
commit | 4c4b5de4c8710d8c1c82b578c3fba4df4f4efc02 (patch) | |
tree | 69dae23eea163e5bb7bd77ff03204414b07c8e2f | |
parent | 7f5e36df8d3fcee507325c97aeea41cbbd870e0d (diff) | |
download | samba-4c4b5de4c8710d8c1c82b578c3fba4df4f4efc02.tar.gz samba-4c4b5de4c8710d8c1c82b578c3fba4df4f4efc02.tar.bz2 samba-4c4b5de4c8710d8c1c82b578c3fba4df4f4efc02.zip |
r13337: Attempt to fix the AIX build
(This used to be commit b129b4f94f6ff1d963ac316cf180662f5cecf9f6)
-rw-r--r-- | source3/utils/net_rpc_shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" }, |