1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-26 01:49:31 +03:00

r15657: Fix some Tru64 warnings

(This used to be commit a85dfb9eff)
This commit is contained in:
Volker Lendecke
2006-05-17 11:14:26 +00:00
committed by Gerald (Jerry) Carter
parent 89c6f04df0
commit a835209278
2 changed files with 3 additions and 3 deletions

View File

@ -1606,7 +1606,7 @@ struct rpc_sh_cmd *net_rpc_user_cmds(TALLOC_CTX *mem_ctx,
};
return cmds;
};
}
/****************************************************************************/
@ -4793,7 +4793,7 @@ struct rpc_sh_cmd *net_rpc_share_cmds(TALLOC_CTX *mem_ctx,
};
return cmds;
};
}
/****************************************************************************/

View File

@ -609,5 +609,5 @@ struct rpc_sh_cmd *net_rpc_rights_cmds(TALLOC_CTX *mem_ctx,
};
return cmds;
};
}