Another touch of 'const'
authorAndrew Bartlett <abartlet@samba.org>
Wed, 2 Jan 2002 06:55:21 +0000 (06:55 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 2 Jan 2002 06:55:21 +0000 (06:55 +0000)
(This used to be commit 3d812aacff98eec62c748cb89109a2e58806d92d)

source3/auth/auth_util.c

index 13dfdb59cc1e3e5a685b364ae87e87cc10ffbbd7..d9f3098e7c6fb10486300ce7aef905e65260b39e 100644 (file)
@@ -50,7 +50,7 @@ static int smb_create_user(const char *unix_user, const char *homedir)
  Delete a UNIX user on demand.
 ****************************************************************************/
 
-int smb_delete_user(char *unix_user)
+int smb_delete_user(const char *unix_user)
 {
        pstring del_script;
        int ret;