diff options
author | Andrew Bartlett <abartlet@samba.org> | 2001-08-23 18:13:56 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2001-08-23 18:13:56 +0000 |
commit | 2f6486b55f05947205c380e071b16cd40af4d057 (patch) | |
tree | 625e23343b9c43fbe38cddacda0fae729392dda0 /source3/auth/auth_util.c | |
parent | 84f1ee32fa2ad0674213299a417ec02b590755b2 (diff) | |
download | samba-2f6486b55f05947205c380e071b16cd40af4d057.tar.gz samba-2f6486b55f05947205c380e071b16cd40af4d057.tar.bz2 samba-2f6486b55f05947205c380e071b16cd40af4d057.zip |
Fix up some unused variables and functions, fix up formatting
(This used to be commit bfce4ba7b6db261d981a60a7e262f2f690355f5c)
Diffstat (limited to 'source3/auth/auth_util.c')
-rw-r--r-- | source3/auth/auth_util.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); } - } |