1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

http: server: correct plugin name in error

This commit is contained in:
Paul Shark 2022-06-14 05:33:41 +01:00 committed by Andy Green
parent ebabf49bce
commit fe107059fc

View file

@ -1856,7 +1856,7 @@ lws_http_action(struct lws *wsi)
pp = lws_vhost_name_to_protocol(wsi->a.vhost, name);
if (!pp) {
lwsl_err("Unable to find plugin '%s'\n",
hit->origin);
name);
return 1;
}