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:
parent
4714bae0db
commit
8a1a9f967d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user