mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
Add 'const'.
(This used to be commit 8955f3d63a9d9e5da76331996fba42dc105737da)
This commit is contained in:
parent
22404245b4
commit
c4ebde6b4b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user