From 283cd2e9afcab1407d5614d79da4354790fa059a Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Wed, 12 Jun 2019 14:28:14 +0200 Subject: api: string type to convert to vector Previous use of strndup() required user to remember to call free(). Now return a vector pointing directly to the API message string. Of course user must remember to copy the string out if lifetime is longer than API message lifetime. Change-Id: Ib5e2b3d52d258e1a42ea9ea9a9e04abbe360e2bf Type: fix Signed-off-by: Ole Troan --- src/plugins/http_static/http_static_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/http_static/http_static_test.c') diff --git a/src/plugins/http_static/http_static_test.c b/src/plugins/http_static/http_static_test.c index 0720463cf63..ec715725148 100644 --- a/src/plugins/http_static/http_static_test.c +++ b/src/plugins/http_static/http_static_test.c @@ -18,6 +18,7 @@ #include #include #include +#include uword unformat_sw_if_index (unformat_input_t * input, va_list * args); -- cgit 1.2.3-korg