1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

Add 'const'.

(This used to be commit 8955f3d63a)
This commit is contained in:
Andrew Bartlett 2002-08-17 06:34:41 +00:00
parent 22404245b4
commit c4ebde6b4b

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;