r25554: Convert last instances of BOOL, True and False to the standard types.
[kamenim/samba.git] / source4 / libnet / libnet_vampire.c
index c6f85d5b5f4a8cccdf6ce95257ded7d8d7c14fa0..dff915df71d865fa0c1f8c4dca8b7b0e7ec71399 100644 (file)
@@ -81,7 +81,7 @@ static NTSTATUS fix_user(TALLOC_CTX *mem_ctx,
                                } else {
                                        user->lmpassword = keys.keys.keys2.lmpassword.pwd;
                                }
-                               user->lm_password_present = True;
+                               user->lm_password_present = true;
                        }
                        if (keys.keys.keys2.ntpassword.length == 16) {
                                if (rid_crypt) {
@@ -90,7 +90,7 @@ static NTSTATUS fix_user(TALLOC_CTX *mem_ctx,
                                } else {
                                        user->ntpassword = keys.keys.keys2.ntpassword.pwd;
                                }
-                               user->nt_password_present = True;
+                               user->nt_password_present = true;
                        }
                        /* TODO: rid decrypt history fields */
                } else {