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

Apply some const in clirap.

Guenther
This commit is contained in:
Günther Deschner 2008-04-02 12:23:07 +02:00
parent 4714bae0db
commit 8a1a9f967d

View File

@ -1469,7 +1469,7 @@ int cli_NetShareDelete(struct cli_state *cli, const char * share_name )
*
************************************************************************/
bool cli_get_pdc_name(struct cli_state *cli, char *workgroup, char **pdc_name)
bool cli_get_pdc_name(struct cli_state *cli, const char *workgroup, char **pdc_name)
{
char *rparam = NULL;
char *rdata = NULL;