1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

Add 'const'.

This commit is contained in:
Andrew Bartlett -
parent fc0d6e53fc
commit 8955f3d63a

View File

@ -184,7 +184,7 @@ has been given. vuid is biased by an offset. This allows us to
tell random client vuid's (normally zero) from valid vuids.
****************************************************************************/
int register_vuid(auth_serversupplied_info *server_info, char *smb_name)
int register_vuid(auth_serversupplied_info *server_info, const char *smb_name)
{
user_struct *vuser = NULL;
uid_t uid;