diff options
Diffstat (limited to 'source4/auth/auth_developer.c')
-rw-r--r-- | source4/auth/auth_developer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth_developer.c b/source4/auth/auth_developer.c index a28cf4a590..cc5e79631f 100644 --- a/source4/auth/auth_developer.c +++ b/source4/auth/auth_developer.c @@ -122,7 +122,7 @@ static NTSTATUS name_to_ntstatus_check_password(struct auth_method_context *ctx, server_info->acct_flags = ACB_NORMAL; - server_info->authenticated = False; + server_info->authenticated = false; *_server_info = server_info; |