coverity-181580: supposedly dead code
This commit is contained in:
parent
2d313bdc02
commit
ad15082563
1 changed files with 1 additions and 4 deletions
|
@ -913,10 +913,7 @@ lws_http_action(struct lws *wsi)
|
|||
if (!pa)
|
||||
pa = "(unknown)";
|
||||
|
||||
if (meth >= 0)
|
||||
me = method_names[meth];
|
||||
else
|
||||
me = "unknown";
|
||||
me = method_names[meth];
|
||||
|
||||
lws_snprintf(wsi->access_log.header_log, l,
|
||||
"%s - - [%s] \"%s %s %s\"",
|
||||
|
|
Loading…
Add table
Reference in a new issue