X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fplugins%2Fhs_apps%2Fhttp_client_cli.c;fp=src%2Fplugins%2Fhs_apps%2Fhttp_client_cli.c;h=8de9ff8fd370006ff1295d549afcb46222e88b4f;hb=0d0c5909369df0e9184f8b8864823eca53733764;hp=f44d4e1bcd16bc68cef9525d8049287c9e8de2cd;hpb=804255c9f01c5a6a5d0b24db3923c814510f21bc;p=vpp.git diff --git a/src/plugins/hs_apps/http_client_cli.c b/src/plugins/hs_apps/http_client_cli.c index f44d4e1bcd1..8de9ff8fd37 100644 --- a/src/plugins/hs_apps/http_client_cli.c +++ b/src/plugins/hs_apps/http_client_cli.c @@ -411,7 +411,7 @@ hcc_run (vlib_main_t *vm) vec_free (hcm->http_response); break; default: - clib_error_return (0, "unexpected event %d", event_type); + err = clib_error_return (0, "unexpected event %d", event_type); break; }