1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r15657: Fix some Tru64 warnings

This commit is contained in:
Volker Lendecke 2006-05-17 11:14:26 +00:00 committed by Gerald (Jerry) Carter
parent 3446ee5c00
commit a85dfb9eff
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;
};
}