mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
fixed copy&paste bug introduced in last commit
This commit is contained in:
parent
0f685e4fb5
commit
283fec0a36
@ -1615,7 +1615,7 @@ http_find_error_file(struct http_state *hs, u16_t error_nr)
|
|||||||
} else if (fs_open(&hs->file_handle, uri2) == ERR_OK) {
|
} else if (fs_open(&hs->file_handle, uri2) == ERR_OK) {
|
||||||
uri = uri2;
|
uri = uri2;
|
||||||
} else if (fs_open(&hs->file_handle, uri3) == ERR_OK) {
|
} else if (fs_open(&hs->file_handle, uri3) == ERR_OK) {
|
||||||
uri = uri2;
|
uri = uri3;
|
||||||
} else {
|
} else {
|
||||||
LWIP_DEBUGF(HTTPD_DEBUG, ("Error page for error %"U16_F" not found\n",
|
LWIP_DEBUGF(HTTPD_DEBUG, ("Error page for error %"U16_F" not found\n",
|
||||||
error_nr));
|
error_nr));
|
||||||
|
Loading…
Reference in New Issue
Block a user