mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
http: server: correct plugin name in error
This commit is contained in:
parent
c83cf48b90
commit
8fe3950acd
1 changed files with 1 additions and 1 deletions
|
@ -1856,7 +1856,7 @@ lws_http_action(struct lws *wsi)
|
||||||
pp = lws_vhost_name_to_protocol(wsi->a.vhost, name);
|
pp = lws_vhost_name_to_protocol(wsi->a.vhost, name);
|
||||||
if (!pp) {
|
if (!pp) {
|
||||||
lwsl_err("Unable to find plugin '%s'\n",
|
lwsl_err("Unable to find plugin '%s'\n",
|
||||||
hit->origin);
|
name);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue