mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-21 01:54:34 +00:00
Linux compilation fix
This commit is contained in:
parent
13988e726b
commit
30094c7c79
1 changed files with 1 additions and 1 deletions
|
|
@ -1314,7 +1314,7 @@ static int handle_lua_request(struct mg_connection *conn) {
|
|||
ntop->get_HTTPserver()->get_docs_dir(), request_info->uri);
|
||||
|
||||
if(stat(path, &s) == 0) {
|
||||
ntop->setLastModifiedStaticFileEpoch((u_int32_t)s.st_mtimespec.tv_sec);
|
||||
ntop->setLastModifiedStaticFileEpoch((u_int32_t)s.st_mtim.tv_sec);
|
||||
|
||||
#if 0
|
||||
ntop->getTrace()->traceEvent(TRACE_NORMAL, "[HTTP] Serving file %s [%u]",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue