diff options
-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" }, |