mirror of
https://github.com/samba-team/samba.git
synced 2025-08-05 12:22:11 +03:00
s3:libsmb: remove const from cli_cm_display()
metze
This commit is contained in:
@ -394,7 +394,7 @@ NTSTATUS cli_cm_open(TALLOC_CTX *ctx,
|
||||
/****************************************************************************
|
||||
****************************************************************************/
|
||||
|
||||
void cli_cm_display(const struct cli_state *cli)
|
||||
void cli_cm_display(struct cli_state *cli)
|
||||
{
|
||||
int i;
|
||||
|
||||
|
@ -124,7 +124,7 @@ NTSTATUS cli_cm_open(TALLOC_CTX *ctx,
|
||||
int port,
|
||||
int name_type,
|
||||
struct cli_state **pcli);
|
||||
void cli_cm_display(const struct cli_state *c);
|
||||
void cli_cm_display(struct cli_state *c);
|
||||
struct client_dfs_referral;
|
||||
NTSTATUS cli_dfs_get_referral(TALLOC_CTX *ctx,
|
||||
struct cli_state *cli,
|
||||
|
Reference in New Issue
Block a user