1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

That const was one too many

This commit is contained in:
Volker Lendecke 0001-01-01 00:00:00 +00:00
parent eb4d4faff8
commit 005d92d57e

View File

@ -206,9 +206,8 @@ The callback function takes 4 arguments: the machine name, the server type,
the comment and a state pointer.
****************************************************************************/
BOOL cli_NetServerEnum(struct cli_state *cli, char *workgroup, uint32 stype,
void (*fn)(const char *, uint32, const char *,
const void *),
const void *state)
void (*fn)(const char *, uint32, const char *, void *),
void *state)
{
char *rparam = NULL;
char *rdata = NULL;