1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

r13154: Add some const

(This used to be commit 62822a26550842dbb763b27994cb38474fe8eea3)
This commit is contained in:
Jelmer Vernooij 2006-01-26 06:29:59 +00:00 committed by Gerald (Jerry) Carter
parent 2f8b1050e1
commit 106da006c4

View File

@ -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;