diff --git a/groups/nts/ntsf/ntsf_system.cpp b/groups/nts/ntsf/ntsf_system.cpp index f38c0b12..db80cc74 100644 --- a/groups/nts/ntsf/ntsf_system.cpp +++ b/groups/nts/ntsf/ntsf_system.cpp @@ -1389,6 +1389,7 @@ ntsa::Error System::loadTcpCongestionControlAlgorithmSupport( } return ntsa::Error(); #else + result->clear(); return ntsa::Error(ntsa::Error::e_NOT_IMPLEMENTED); #endif }