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:
parent
ebabf49bce
commit
fe107059fc
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);
|
||||
if (!pp) {
|
||||
lwsl_err("Unable to find plugin '%s'\n",
|
||||
hit->origin);
|
||||
name);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue