Skip to content

Commit c6d512f

Browse files
committed
Fix build
1 parent b6e52d7 commit c6d512f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Orm/Xtensive.Orm/Orm/Providers/SqlSessionHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ private void Prepare()
165165
private async Task PrepareAsync(CancellationToken cancellationToken)
166166
{
167167
Session.EnsureNotDisposed();
168-
await driver.EnsureConnectionIsOpenAsync(Session, connection);
168+
await driver.EnsureConnectionIsOpenAsync(Session, connection, cancellationToken);
169169

170170
try {
171171
foreach (var initializationSqlScript in initializationSqlScripts) {

0 commit comments

Comments
 (0)