diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-10-08 14:18:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:07:58 -0500 |
commit | b3393247a20ff227bf64c02d8d31c8c3375d9ed9 (patch) | |
tree | 66d9f6618dc2b13610d874bbdd7634bdc833716d /source4/auth/auth_unix.c | |
parent | ffc9f2e05de1e350790739ad12dc977318b5b5c0 (diff) | |
download | samba-b3393247a20ff227bf64c02d8d31c8c3375d9ed9.tar.gz samba-b3393247a20ff227bf64c02d8d31c8c3375d9ed9.tar.bz2 samba-b3393247a20ff227bf64c02d8d31c8c3375d9ed9.zip |
r25576: BOOL -> bool
metze
(This used to be commit 9fd96e1989e348f87355ed120786399493a9e447)
Diffstat (limited to 'source4/auth/auth_unix.c')
-rw-r--r-- | source4/auth/auth_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth_unix.c b/source4/auth/auth_unix.c index b5abaa2980..8b4e23a2c4 100644 --- a/source4/auth/auth_unix.c +++ b/source4/auth/auth_unix.c @@ -499,7 +499,7 @@ core of password checking routine static NTSTATUS password_check(const char *username, const char *password, const char *crypted, const char *salt) { - BOOL ret; + bool ret; #ifdef WITH_AFS if (afs_auth(username, password)) |