mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:36:09 +00:00
Driver: Minor fix
This commit is contained in:
parent
d888986545
commit
43020b8032
@ -724,7 +724,8 @@ FORT_API NTSTATUS fort_callout_force_reauth(
|
||||
|
||||
/* Open provider */
|
||||
HANDLE engine;
|
||||
if (!(status = fort_prov_open(&engine))) {
|
||||
status = fort_prov_open(&engine);
|
||||
if (NT_SUCCESS(status)) {
|
||||
fort_prov_trans_begin(engine);
|
||||
|
||||
status = fort_callout_force_reauth_prov(old_conf_flags, conf_flags, engine);
|
||||
|
Loading…
Reference in New Issue
Block a user