Skip to content

Commit f00b3c2

Browse files
committed
Try fixing lint
1 parent d8403f7 commit f00b3c2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci-pr-validation.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ jobs:
9393
- name: Build the project
9494
run: |
9595
cmake -B build -DINTEGRATE_VCPKG=ON -DVCPKG_TARGET_TRIPLET=x64-linux-release -DBUILD_TESTS=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
96-
cmake --build build -j8
9796
9897
- name: Tidy check
9998
run: |

tests/AuthPluginTest.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ void mockZTS(Latch& latch, int port) {
337337
break;
338338
}
339339
}
340+
acceptor.close();
340341

341342
LOG_INFO("-- MockZTS exiting");
342343
}

0 commit comments

Comments
 (0)