mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
r13154: Add some const
This commit is contained in:
parent
2c02a45d5a
commit
62822a2655
@ -26,7 +26,7 @@
|
||||
/****************************************************************************
|
||||
start a message sequence
|
||||
****************************************************************************/
|
||||
BOOL smbcli_message_start(struct smbcli_tree *tree, char *host, const char *username,
|
||||
BOOL smbcli_message_start(struct smbcli_tree *tree, const char *host, const char *username,
|
||||
int *grp)
|
||||
{
|
||||
struct smbcli_request *req;
|
||||
|
Loading…
x
Reference in New Issue
Block a user