summaryrefslogtreecommitdiff
path: root/source3/auth/auth_util.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-09-14 10:38:40 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-09-14 10:38:40 +0000
commitb7a0c132894e15712a55aaa92175df73fb8814a9 (patch)
tree9728e2cd5be7a04208978be4ccdc455f6c875009 /source3/auth/auth_util.c
parentcbd99a13c510bd1cdfdd448ab1f1e94686180f50 (diff)
downloadsamba-b7a0c132894e15712a55aaa92175df73fb8814a9.tar.gz
samba-b7a0c132894e15712a55aaa92175df73fb8814a9.tar.bz2
samba-b7a0c132894e15712a55aaa92175df73fb8814a9.zip
Now that we always get back an NTSTATUS code actually pass it on to the
auth subsytem. Also kill off the (unneeded) wrapper fuction. Andrew Bartlett (This used to be commit 96f06b490ac5e9fd86debccf8d41675fa41f7726)
Diffstat (limited to 'source3/auth/auth_util.c')
-rw-r--r--source3/auth/auth_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index 28f58eb8ae..1967c32b9a 100644
--- a/source3/auth/auth_util.c
+++ b/source3/auth/auth_util.c
@@ -98,7 +98,7 @@ static int smb_delete_user(char *unix_user)
}
/****************************************************************************
- Add and Delete UNIX users on demand, based on NT_STATUS codes.
+ Add and Delete UNIX users on demand, based on NTSTATUS codes.
****************************************************************************/
void smb_user_control(char *unix_user, NTSTATUS nt_status)