mirror of
https://github.com/soukoku/ntwain.git
synced 2026-02-25 13:04:07 +08:00
Use correct WrapInSTS flag for OpenDS failures.
This commit is contained in:
@@ -370,7 +370,7 @@ partial class TwainAppSession
|
||||
RegisterCallback();
|
||||
State = STATE.S4;
|
||||
}
|
||||
return WrapInSTS(rc);
|
||||
return WrapInSTS(rc, forDsm: true);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user