From 2f6486b55f05947205c380e071b16cd40af4d057 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 23 Aug 2001 18:13:56 +0000 Subject: Fix up some unused variables and functions, fix up formatting (This used to be commit bfce4ba7b6db261d981a60a7e262f2f690355f5c) --- source3/auth/auth_util.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/auth/auth_util.c') diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index 1c12a4322d..4a0f45f843 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -137,5 +137,4 @@ void smb_user_control(char *unix_user, uint32 nt_status) if(lp_deluser_script() && smb_getpwnam(unix_user,True)) smb_delete_user(unix_user); } - } -- cgit