File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
test/unit-test/FreeRTOS_DHCP Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1327,7 +1327,7 @@ void test_vDHCPProcess_eLeasedAddress_CorrectState_ValidBytesInMessage( void )
13271327/**
13281328 *@brief This test function ensures that when the DHCP states are mismatching after
13291329 * initial parsing of response from DHCP server, if a new response from a different DHCP
1330- * server will cause a infinite loop inside the vDHCPProcess.
1330+ * server will not cause a infinite loop inside the vDHCPProcess.
13311331 */
13321332void test_vDHCPProcess_eLeasedAddress_InCorrectState_Loop ( void )
13331333{
@@ -1361,6 +1361,7 @@ void test_vDHCPProcess_eLeasedAddress_InCorrectState_Loop( void )
13611361 FreeRTOS_IsEndPointUp_IgnoreAndReturn ( pdFALSE );
13621362
13631363 FreeRTOS_ReleaseUDPPayloadBuffer_Ignore ();
1364+ vReleaseSinglePacketFromUDPSocket_Ignore ();
13641365
13651366 vDHCPProcess ( pdFALSE , pxEndPoint );
13661367
You can’t perform that action at this time.
0 commit comments