mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[5357] Stupid warning removed
This commit is contained in:
@@ -1328,7 +1328,7 @@ TEST_F(CtrlChannelDhcpv4SrvTest, longResponse) {
|
||||
while (response.tellp() < long_response_size) {
|
||||
std::string partial;
|
||||
const unsigned int timeout = 5;
|
||||
ASSERT_TRUE(client->getResponse(partial, 5));
|
||||
ASSERT_TRUE(client->getResponse(partial, timeout));
|
||||
response << partial;
|
||||
}
|
||||
|
||||
|
@@ -1349,7 +1349,7 @@ TEST_F(CtrlChannelDhcpv6SrvTest, longResponse) {
|
||||
while (response.tellp() < long_response_size) {
|
||||
std::string partial;
|
||||
const unsigned int timeout = 5;
|
||||
ASSERT_TRUE(client->getResponse(partial, 5));
|
||||
ASSERT_TRUE(client->getResponse(partial, timeout));
|
||||
response << partial;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user