summaryrefslogtreecommitdiff
path: root/source/smbd/password.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-08-17 06:34:41 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-08-17 06:34:41 +0000
commit8955f3d63a9d9e5da76331996fba42dc105737da (patch)
tree5d8394c6a0de932f5deac9e0a779929811520801 /source/smbd/password.c
parentfc0d6e53fce1d05b16ec58c0bdc38aa8da4422c0 (diff)
downloadsamba-8955f3d63a9d9e5da76331996fba42dc105737da.tar.gz
Add 'const'.
Diffstat (limited to 'source/smbd/password.c')
-rw-r--r--source/smbd/password.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/password.c b/source/smbd/password.c
index 6d922139e70..cfac7cf695f 100644
--- a/source/smbd/password.c
+++ b/source/smbd/password.c
@@ -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;