Fix make clean test:os_detection (#23112)

pull/23116/head
Joel Challis 2024-02-19 19:48:59 +00:00 committed by GitHub
parent 9f95577ef2
commit 2f3383a11e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ os_variant_t check_sequence(const std::vector<uint16_t> &w_lengths) {
bool process_detected_host_os_kb(os_variant_t os) {
reported_count = reported_count + 1;
reported_os = os;
return true;
}
void assert_not_reported(void) {