From 493c34b8f3de4b402d9496424e250faa4743e310 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 2 Jan 2002 06:55:21 +0000 Subject: Another touch of 'const' (This used to be commit 3d812aacff98eec62c748cb89109a2e58806d92d) --- source3/auth/auth_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth/auth_util.c') diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index 13dfdb59cc..d9f3098e7c 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -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; -- cgit