1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r13337: Attempt to fix the AIX build

This commit is contained in:
Volker Lendecke 2006-02-04 09:04:14 +00:00 committed by Gerald (Jerry) Carter
parent 2aed5b3640
commit b129b4f94f

View 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" },