diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-21 20:22:28 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-22 07:58:54 -0400 |
| commit | db3c830afe3017eb2bc6f972e10404547c1a5d69 (patch) | |
| tree | 51c3f3fb75c57f7a873c95fa4d0dd12115fd16e0 /tests/lib/test_stream.c | |
| parent | 4388866917c8766832346c6fddceb86ec7e34a19 (diff) | |
isisd, ospfd, tests: Switch to using stream_resize_inplace
Switch code and tests to use new stream_resize_inplace functionality.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'tests/lib/test_stream.c')
| -rw-r--r-- | tests/lib/test_stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/test_stream.c b/tests/lib/test_stream.c index 5dc751a1b2..2ecfc87942 100644 --- a/tests/lib/test_stream.c +++ b/tests/lib/test_stream.c @@ -57,7 +57,7 @@ int main(void) print_stream(s); - stream_resize(s, stream_get_endp(s)); + stream_resize_inplace(&s, stream_get_endp(s)); print_stream(s); |
