Skip to content

Commit 279aedd

Browse files
committed
Another Fix for Perf Counters Test (#4137)
1 parent ce84342 commit 279aedd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/lib/ApiTest.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -4801,6 +4801,7 @@ QuicTestGetPerfCounters()
48014801
// Test getting the full array of counters.
48024802
//
48034803
uint64_t Counters[QUIC_PERF_COUNTER_MAX];
4804+
BufferLength = sizeof(Counters);
48044805
TEST_QUIC_SUCCEEDED(
48054806
MsQuic->GetParam(
48064807
nullptr,

0 commit comments

Comments
 (0)