mirror of
https://github.com/lammertb/libhttp.git
synced 2025-12-22 04:02:04 +03:00
Fix compile error
This commit is contained in:
@@ -2668,7 +2668,7 @@ mg_stat(struct mg_connection *conn, const char *path, struct file *filep)
|
|||||||
if (conn && is_file_in_memory(conn, path, filep)) {
|
if (conn && is_file_in_memory(conn, path, filep)) {
|
||||||
/* filep->is_directory = 0; filep->gzipped = 0; .. already done by
|
/* filep->is_directory = 0; filep->gzipped = 0; .. already done by
|
||||||
* memset */
|
* memset */
|
||||||
last_modified = time(NULL);
|
filep->last_modified = time(NULL);
|
||||||
/* last_modified = now ... assumes the file may change during runtime,
|
/* last_modified = now ... assumes the file may change during runtime,
|
||||||
* so every mg_fopen call may return different data */
|
* so every mg_fopen call may return different data */
|
||||||
/* last_modified = conn->ctx.start_time;
|
/* last_modified = conn->ctx.start_time;
|
||||||
|
|||||||
Reference in New Issue
Block a user