cunit: fix build broken by jiten19
This commit is contained in:
parent
18e90f820c
commit
eb4c1a0220
@ -645,7 +645,7 @@ void test_mppc(void)
|
||||
struct timeval end_time;
|
||||
|
||||
rdp.mppc = &rmppc;
|
||||
rdp.mppc->history_buf = calloc(1, RDP5_HISTORY_BUF_SIZE);
|
||||
rdp.mppc->history_buf = calloc(1, RDP6_HISTORY_BUF_SIZE);
|
||||
CU_ASSERT(rdp.mppc->history_buf != NULL)
|
||||
rdp.mppc->history_ptr = rdp.mppc->history_buf;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user