mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00: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;
|
||||
|
||||
|
Reference in New Issue
Block a user